Remove m_nAllocationCount, m_nGrowSize from CUtlRBTree (#158)

This commit is contained in:
komashchenko 2023-10-08 18:46:08 +03:00 committed by GitHub
parent 968099bcb3
commit a138f7fb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,9 +287,6 @@ protected:
I m_FirstFree;
typename M::Iterator_t m_LastAlloc; // the last index allocated
int m_nAllocationCount;
int m_nGrowSize;
FORCEINLINE M const &Elements( void ) const
{
return m_Elements;