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
This commit is contained in:
John Criswell 2003-11-12 21:32:06 +00:00
parent 7af03e9d85
commit fed0b2995e
2 changed files with 0 additions and 8 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

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