1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-27 08:21:15 +03:00

Fixed a compiler warning that broke debugging builds.

This commit is contained in:
Patrick LeBlanc
2020-01-23 12:47:56 -05:00
parent c6aaa3f227
commit 5b794c862c

View File

@@ -68,7 +68,6 @@ void PoolAllocator::newBlock()
void * PoolAllocator::allocOOB(uint64_t size)
{
bool _false = false;
OOBMemInfo memInfo;
memUsage += size;