summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/Support/MallocAllocator.h4
-rw-r--r--include/llvm/Support/MallocAllocator.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/include/Support/MallocAllocator.h b/include/Support/MallocAllocator.h
index 766a67f..24f1a43 100644
--- a/include/Support/MallocAllocator.h
+++ b/include/Support/MallocAllocator.h
@@ -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
diff --git a/include/llvm/Support/MallocAllocator.h b/include/llvm/Support/MallocAllocator.h
index 766a67f..24f1a43 100644
--- a/include/llvm/Support/MallocAllocator.h
+++ b/include/llvm/Support/MallocAllocator.h
@@ -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