mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 09:38:56 +08:00
fix unused variable in utlblockmemory.h
This commit is contained in:
parent
a0c8c381af
commit
b6a573013e
@ -337,7 +337,6 @@ void CUtlBlockMemory<T,I>::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.
|
||||
|
Loading…
Reference in New Issue
Block a user