diff options
author | Christian Cunningham <cc@localhost> | 2022-01-31 19:34:03 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-01-31 19:34:03 -0700 |
commit | 1b4c8e04ded44fa11a1e95d2db5bef4b8eaddcd1 (patch) | |
tree | 6ee2fcc6de6d038dfdb4b769d081e0cc47030b8b /include | |
parent | a1f49718aee378fa075303c86106309091d56b80 (diff) |
Remove old global
Diffstat (limited to 'include')
-rw-r--r-- | include/globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/globals.h b/include/globals.h index cf37c06..2d1f7a4 100644 --- a/include/globals.h +++ b/include/globals.h @@ -6,8 +6,6 @@ #ifndef GLOBALS_C extern unsigned long irqlr; extern unsigned long cntfrq; -extern unsigned long cmdidx; -extern char cmd[2048]; extern char* os_name; extern char* os_info_v; |