aboutsummaryrefslogtreecommitdiff
path: root/src/sys/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/timer.c')
-rw-r--r--src/sys/timer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sys/timer.c b/src/sys/timer.c
index 9419f80..3753561 100644
--- a/src/sys/timer.c
+++ b/src/sys/timer.c
@@ -9,8 +9,6 @@
/// Cycles Per Second
#define CPS 10
-extern char* os_info_v;
-
#define SYS_TIMER_C
static unsigned long exe_cnt = 0;
struct Mutex exe_cnt_m = {.addr = &exe_cnt, .pid = NULL_PID};