[llvm-commits] CVS: poolalloc/runtime/FreeListAllocator/PoolAllocator.cpp
John Criswell
criswell at cs.uiuc.edu
Fri Nov 14 10:49:02 PST 2003
Changes in directory poolalloc/runtime/FreeListAllocator:
PoolAllocator.cpp updated: 1.21 -> 1.22
---
Log message:
Removed commented out macros that mess with our beloved asserts.
---
Diffs of the changes: (+0 -4)
Index: poolalloc/runtime/FreeListAllocator/PoolAllocator.cpp
diff -u poolalloc/runtime/FreeListAllocator/PoolAllocator.cpp:1.21 poolalloc/runtime/FreeListAllocator/PoolAllocator.cpp:1.22
--- poolalloc/runtime/FreeListAllocator/PoolAllocator.cpp:1.21 Fri Nov 14 10:03:39 2003
+++ poolalloc/runtime/FreeListAllocator/PoolAllocator.cpp Fri Nov 14 10:48:05 2003
@@ -19,10 +19,6 @@
#include <stdlib.h>
#include <stdio.h>
-//#undef assert
-//#define assert(X)
-
-
//===----------------------------------------------------------------------===//
//
// PoolSlab implementation
More information about the llvm-commits
mailing list