mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +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 nBlockSize = NumElementsInBlock();
|
||||||
int nBlocksOld = m_nBlocks;
|
|
||||||
int nBlocks = ( numElements + nBlockSize - 1 ) / nBlockSize;
|
int nBlocks = ( numElements + nBlockSize - 1 ) / nBlockSize;
|
||||||
|
|
||||||
// If the number of blocks is the same as the allocated number of blocks, we are done.
|
// 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