From a4c1e537b0cb2540535357d880e46f63b38c134f Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Wed, 5 Oct 2022 23:49:41 -0400 Subject: graph edits; arch rework --- debug.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 0e6c9b6..2514717 100644 --- a/debug.h +++ b/debug.h @@ -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) -- cgit v1.2.3