From b6a573013e6280430564f1e74dd8ffce18e4ccf8 Mon Sep 17 00:00:00 2001 From: Maksim Smolin Date: Tue, 22 Jan 2019 17:08:41 -0800 Subject: [PATCH] fix unused variable in utlblockmemory.h --- public/tier1/utlblockmemory.h | 1 - 1 file changed, 1 deletion(-) diff --git a/public/tier1/utlblockmemory.h b/public/tier1/utlblockmemory.h index 4e5998dc..510d3846 100644 --- a/public/tier1/utlblockmemory.h +++ b/public/tier1/utlblockmemory.h @@ -337,7 +337,6 @@ void CUtlBlockMemory::Purge( int numElements ) } int nBlockSize = NumElementsInBlock(); - int nBlocksOld = m_nBlocks; int nBlocks = ( numElements + nBlockSize - 1 ) / nBlockSize; // If the number of blocks is the same as the allocated number of blocks, we are done.