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;