From a138f7fb01d59301e0cce62e1aa39c59af0d4ff2 Mon Sep 17 00:00:00 2001 From: komashchenko Date: Sun, 8 Oct 2023 18:46:08 +0300 Subject: [PATCH] Remove m_nAllocationCount, m_nGrowSize from CUtlRBTree (#158) --- public/tier1/utlrbtree.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/tier1/utlrbtree.h b/public/tier1/utlrbtree.h index 71f39f94..093eb980 100644 --- a/public/tier1/utlrbtree.h +++ b/public/tier1/utlrbtree.h @@ -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;