Commit in reactos/ntoskrnl/include/internal on MAIN
debug.h+1-11.18 -> 1.19
- removed an obsolete call to ExAllocatePool in CHECKPOINT

reactos/ntoskrnl/include/internal
debug.h 1.18 -> 1.19
diff -u -r1.18 -r1.19
--- debug.h	30 Dec 2003 22:10:45 -0000	1.18
+++ debug.h	22 May 2004 08:12:49 -0000	1.19
@@ -99,7 +99,7 @@
 #else
 #define DPRINT DbgPrint("(%s:%d) ",__FILE__,__LINE__); DbgPrint
 #endif
-#define CHECKPOINT do { DbgPrint("%s:%d\n",__FILE__,__LINE__); ExAllocatePool(NonPagedPool,0); } while(0)
+#define CHECKPOINT do { DbgPrint("%s:%d\n",__FILE__,__LINE__); } while(0)
 #else /* NDEBUG */
 #ifdef __GNUC__ /* using GNU C/C99 macro ellipsis */
 #define DPRINT(args...)
CVSspam 0.2.8