diff options
Diffstat (limited to 'util/allocator.h')
-rw-r--r-- | util/allocator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/allocator.h b/util/allocator.h index a642e7c..23ee4ee 100644 --- a/util/allocator.h +++ b/util/allocator.h @@ -32,8 +32,6 @@ namespace mongo { } #define MONGO_malloc mongo::ourmalloc -#define malloc MONGO_malloc #define MONGO_realloc mongo::ourrealloc -#define realloc MONGO_realloc } // namespace mongo |