From d62b1a33d9208792217cd57ebc2b6596d9f0db90 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:01:07 +0000 Subject: [PATCH] removed RPARSER reference date 2000.03.21.22.03.00; author rmoore1; state Exp; --- source/components/utilities/utalloc.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/components/utilities/utalloc.c b/source/components/utilities/utalloc.c index 8735690b4..6a5ea5000 100644 --- a/source/components/utilities/utalloc.c +++ b/source/components/utilities/utalloc.c @@ -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; }