diff options
Diffstat (limited to 'NorthstarDLL/core/memalloc.cpp')
-rw-r--r-- | NorthstarDLL/core/memalloc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDLL/core/memalloc.cpp b/NorthstarDLL/core/memalloc.cpp index 69ce6f54..0a75bc2b 100644 --- a/NorthstarDLL/core/memalloc.cpp +++ b/NorthstarDLL/core/memalloc.cpp @@ -1,8 +1,6 @@ #include "core/memalloc.h" #include "core/tier0.h" -using namespace Tier0; - // TODO: rename to malloc and free after removing statically compiled .libs extern "C" void* _malloc_base(size_t n) |