Regress to not using the llvm namespace.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 12 Nov 2003 21:32:06 +0000 (21:32 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 12 Nov 2003 21:32:06 +0000 (21:32 +0000)
This keeps Pool Allocation stuff from compiling.
We can re-visit it later when we have time to do it right.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9932 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/MallocAllocator.h
include/llvm/Support/MallocAllocator.h

index 766a67fa22f1c5204c214be6c652e3534cb87814..24f1a43c8d124f454777cbad50acb18f23715bee 100644 (file)
@@ -23,8 +23,6 @@
 #include <cstdlib>
 #include <memory>
 
 #include <cstdlib>
 #include <memory>
 
-namespace llvm {
-
 template<typename T>
 struct MallocAllocator {
   typedef size_t size_type;
 template<typename T>
 struct MallocAllocator {
   typedef size_t size_type;
@@ -81,6 +79,4 @@ namespace std {
   };
 }
 
   };
 }
 
-} // End llvm namespace
-
 #endif
 #endif
index 766a67fa22f1c5204c214be6c652e3534cb87814..24f1a43c8d124f454777cbad50acb18f23715bee 100644 (file)
@@ -23,8 +23,6 @@
 #include <cstdlib>
 #include <memory>
 
 #include <cstdlib>
 #include <memory>
 
-namespace llvm {
-
 template<typename T>
 struct MallocAllocator {
   typedef size_t size_type;
 template<typename T>
 struct MallocAllocator {
   typedef size_t size_type;
@@ -81,6 +79,4 @@ namespace std {
   };
 }
 
   };
 }
 
-} // End llvm namespace
-
 #endif
 #endif