diff options
author | Christian Cunningham <cc@localhost> | 2022-02-04 23:55:05 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-04 23:55:05 -0700 |
commit | e3eb5a92ae3991cdfbb5a5cf553eac476bc5822f (patch) | |
tree | b6f8b98b8e9b970dc08c218c07b1351b0eaf2944 /src/util/status.c | |
parent | 1b14e08247393af5f4e8f2a3c31406ce750ca2f0 (diff) |
Removed old mem
Diffstat (limited to 'src/util/status.c')
-rw-r--r-- | src/util/status.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/status.c b/src/util/status.c index 4959431..9044b1a 100644 --- a/src/util/status.c +++ b/src/util/status.c @@ -2,7 +2,6 @@ #include <globals.h> #include <graphics/drawer.h> #include <graphics/lfb.h> -#include <lib/mem.h> #include <symbols.h> #include <sys/core.h> #include <sys/schedule.h> @@ -180,7 +179,4 @@ void status(void) g_Drawer.x = x; g_Drawer.y = y; - - draw_stacks(); - vheap_info(); } |