diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Support/MallocAllocator.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |