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.

llvm-svn: 9932
This commit is contained in:
John Criswell 2003-11-12 21:32:06 +00:00
parent e6406a8cd2
commit 9537a75c23
1 changed files with 0 additions and 4 deletions

View 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