Start culling of llmemtype (for now just #ifdef'd to nothingness.

This commit is contained in:
Shyotl
2013-02-12 15:00:50 -06:00
parent 0742610674
commit b901e57c55
4 changed files with 15 additions and 40 deletions

View File

@@ -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);