From 2088e98a9def43b169038d51aa4f808e8dbe5365 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Mon, 28 Feb 2022 23:05:31 -0700 Subject: Remove old drawer routines --- src/globals.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/globals.c') diff --git a/src/globals.c b/src/globals.c index c596309..e94580c 100644 --- a/src/globals.c +++ b/src/globals.c @@ -1,7 +1,6 @@ #define GLOBALS_C #include #include -#include #include char* os_name = "Jobbed"; #ifndef VERSION @@ -16,7 +15,6 @@ __attribute__((section(".bss"))) unsigned long nextpid; __attribute__((section(".bss"))) unsigned long sched_stack_count; __attribute__((section(".bss"))) unsigned long stimel; __attribute__((section(".bss"))) unsigned long stimeh; -__attribute__((section(".bss"))) struct Drawer g_Drawer; __attribute__((section(".bss"))) struct Scheduler scheduler; __attribute__((section(".bss"))) struct Thread usrloopthread; __attribute__((section(".bss"))) unsigned int gwidth; -- cgit v1.2.1