diff options
author | Ian Moffett <ian@osmora.org> | 2024-02-23 10:12:00 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-02-23 10:12:00 -0500 |
commit | 89f5aa534e052880f930328f4302625ae507ad3e (patch) | |
tree | 1e622c808333151616cba38ca158213c4c779373 /sys/arch/amd64 | |
parent | f9500c085bb4c12ecc680ce0eb33add6eb073093 (diff) |
kernel/amd64: machdep: Remove useless decl
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/machdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index 9795dbe..19c4901 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -114,7 +114,6 @@ chips_init(void) void pre_init(void) { - struct cpu_info *ci; static bool is_bsp = true; /* |