Regress to not using the llvm namespace.
[oota-llvm.git] / include / Support / MallocAllocator.h
index 766a67fa22f1c5204c214be6c652e3534cb87814..24f1a43c8d124f454777cbad50acb18f23715bee 100644 (file)
@@ -23,8 +23,6 @@
 #include <cstdlib>
 #include <memory>
 
-namespace llvm {
-
 template<typename T>
 struct MallocAllocator {
   typedef size_t size_type;
@@ -81,6 +79,4 @@ namespace std {
   };
 }
 
-} // End llvm namespace
-
 #endif