From: John Criswell Date: Wed, 12 Nov 2003 21:32:06 +0000 (+0000) Subject: Regress to not using the llvm namespace. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=fed0b2995ecaad811a3e66c8cbe8d3920dda8b29 Regress to not using the llvm namespace. 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 --- diff --git a/include/Support/MallocAllocator.h b/include/Support/MallocAllocator.h index 766a67fa22f..24f1a43c8d1 100644 --- a/include/Support/MallocAllocator.h +++ b/include/Support/MallocAllocator.h @@ -23,8 +23,6 @@ #include #include -namespace llvm { - template struct MallocAllocator { typedef size_t size_type; @@ -81,6 +79,4 @@ namespace std { }; } -} // End llvm namespace - #endif diff --git a/include/llvm/Support/MallocAllocator.h b/include/llvm/Support/MallocAllocator.h index 766a67fa22f..24f1a43c8d1 100644 --- a/include/llvm/Support/MallocAllocator.h +++ b/include/llvm/Support/MallocAllocator.h @@ -23,8 +23,6 @@ #include #include -namespace llvm { - template struct MallocAllocator { typedef size_t size_type; @@ -81,6 +79,4 @@ namespace std { }; } -} // End llvm namespace - #endif