From 3d001892332c0634df6f6c4ca1824e8db9f39f79 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 22 May 1999 17:47:20 +0000 Subject: [PATCH] Fix error in last mod git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4280 72102866-910b-0410-8b05-ffd578937521 --- Source/NSDebug.m | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Source/NSDebug.m b/Source/NSDebug.m index 372c969e3..8d868fddd 100644 --- a/Source/NSDebug.m +++ b/Source/NSDebug.m @@ -141,11 +141,7 @@ GSDebugAllocationList(BOOL difference) if (difference) { -#if 1 - val = the_table[i].total; -#else val -= the_table[i].lastc; -#endif } if (val != 0) { @@ -188,11 +184,7 @@ GSDebugAllocationList(BOOL difference) if (difference) { -#if 1 - val = the_table[i].total; -#else val -= the_table[i].lastc; -#endif } the_table[i].lastc = the_table[i].count;