reactos/ntoskrnl/include/internal
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...)