diff --git a/utils/common/poolallocator.cpp b/utils/common/poolallocator.cpp index 04f31121c..684e7049c 100644 --- a/utils/common/poolallocator.cpp +++ b/utils/common/poolallocator.cpp @@ -68,7 +68,6 @@ void PoolAllocator::newBlock() void * PoolAllocator::allocOOB(uint64_t size) { - bool _false = false; OOBMemInfo memInfo; memUsage += size;