From a59217e5e6f64acdc176ba9b3003e05001f8a6d6 Mon Sep 17 00:00:00 2001 From: Patrick LeBlanc Date: Thu, 23 Jan 2020 12:47:56 -0500 Subject: [PATCH] Fixed a compiler warning that broke debugging builds. --- utils/common/poolallocator.cpp | 1 - 1 file changed, 1 deletion(-) 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;