diff options
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -51,17 +51,6 @@ DebugWatchVar(char *Name, void *Address, valtype Type) { Debug.Temp.WatchedProperties++; } -static void -DebugPrintMemoryUsage(memory Memory) -{ - for (int i = 0; i < 8; i++) { - memory_table Table = Memory.Slot[i]; - printf("%s: %li bytes, %li kb\n", Table.Name, Table.CurrentPosition, Table.CurrentPosition / 1024); - } -} - - - #else #define Assert(Expression) |