removed RPARSER reference

date	2000.03.21.22.03.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:01:07 +00:00
parent 131f1a4561
commit d62b1a33d9

View File

@ -526,12 +526,6 @@ CmDumpCurrentAllocations (
DEBUG_PRINT (TRACE_ALLOCATIONS | TRACE_TABLES,
("Total number of unfreed allocations = %d\n", i));
#if defined _RPARSER
DEBUG_PRINT (TRACE_ALLOCATIONS | TRACE_TABLES,
("Stack Ptrs: Obj=%d Mth=%d\n",
PsxObjStackLevel(), PsxMthStackLevel()));
#endif
return_VOID;
}