summaryrefslogtreecommitdiff
path: root/indra/llcommon/llallocator.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-07-20 11:42:15 -0500
committerDave Parks <davep@lindenlab.com>2012-07-20 11:42:15 -0500
commit4a5ad357930f0bede4d84b9810978e9d0c5d268b (patch)
tree9b082ea3199333a0ff9d0b75f0878b11cff90029 /indra/llcommon/llallocator.h
parent725cf540a5100d6f2ab4704641dfb6906f7265a8 (diff)
MAINT-570 Remove unused memory tracking system LLMemType
Diffstat (limited to 'indra/llcommon/llallocator.h')
-rw-r--r--indra/llcommon/llallocator.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llcommon/llallocator.h b/indra/llcommon/llallocator.h
index a91dd57d14..d26ad73c5b 100644
--- a/indra/llcommon/llallocator.h
+++ b/indra/llcommon/llallocator.h
@@ -29,16 +29,10 @@
#include <string>
-#include "llmemtype.h"
#include "llallocator_heap_profile.h"
class LL_COMMON_API LLAllocator {
friend class LLMemoryView;
- friend class LLMemType;
-
-private:
- static void pushMemType(S32 type);
- static S32 popMemType();
public:
void setProfilingEnabled(bool should_enable);