mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-09 03:28:24 +00:00
Remove m_nAllocationCount, m_nGrowSize from CUtlRBTree (#158)
This commit is contained in:
parent
968099bcb3
commit
a138f7fb01
@ -287,9 +287,6 @@ protected:
|
|||||||
I m_FirstFree;
|
I m_FirstFree;
|
||||||
typename M::Iterator_t m_LastAlloc; // the last index allocated
|
typename M::Iterator_t m_LastAlloc; // the last index allocated
|
||||||
|
|
||||||
int m_nAllocationCount;
|
|
||||||
int m_nGrowSize;
|
|
||||||
|
|
||||||
FORCEINLINE M const &Elements( void ) const
|
FORCEINLINE M const &Elements( void ) const
|
||||||
{
|
{
|
||||||
return m_Elements;
|
return m_Elements;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user