mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Removed unused code.
This commit is contained in:
parent
63c05fb6b9
commit
e1fa7d198e
@ -130,20 +130,6 @@ namespace
|
||||
return count & 1;
|
||||
}
|
||||
|
||||
//***********************************
|
||||
// Power of 2.
|
||||
uint64_t test_power_of_2(int power)
|
||||
{
|
||||
uint64_t result = 1ULL;
|
||||
|
||||
for (int i = 0; i < power; ++i)
|
||||
{
|
||||
result *= 2;
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
//***********************************
|
||||
// Count the bit width the long way.
|
||||
template <typename T>
|
||||
|
||||
@ -37,7 +37,6 @@ namespace
|
||||
{
|
||||
//*****************************************************************************
|
||||
const int VALUE1 = 1;
|
||||
const int VALUE2 = 2;
|
||||
bool function_called = false;
|
||||
bool parameter_correct = false;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user