forked from OSchip/llvm-project
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:
parent
e6406a8cd2
commit
9537a75c23
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue