1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 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 cd80b0ace5
commit a59217e5e6

View File

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