[llvm-commits] CVS: poolalloc/runtime/FreeListAllocator/PoolSlab.h
Chris Lattner
lattner at cs.uiuc.edu
Fri Nov 14 16:15:02 PST 2003
Changes in directory poolalloc/runtime/FreeListAllocator:
PoolSlab.h updated: 1.3 -> 1.4
---
Log message:
Remvoe the haxor out of assert. The release version won't have them.
---
Diffs of the changes: (+0 -3)
Index: poolalloc/runtime/FreeListAllocator/PoolSlab.h
diff -u poolalloc/runtime/FreeListAllocator/PoolSlab.h:1.3 poolalloc/runtime/FreeListAllocator/PoolSlab.h:1.4
--- poolalloc/runtime/FreeListAllocator/PoolSlab.h:1.3 Thu Nov 13 14:13:42 2003
+++ poolalloc/runtime/FreeListAllocator/PoolSlab.h Fri Nov 14 16:14:19 2003
@@ -20,9 +20,6 @@
#include <assert.h>
#include <stdlib.h>
-#undef assert
-#define assert(X)
-
//===----------------------------------------------------------------------===//
//
// Defintion of Slab Data Structures
More information about the llvm-commits
mailing list