aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-02-23 10:12:00 -0500
committerIan Moffett <ian@osmora.org>2024-02-23 10:12:00 -0500
commit89f5aa534e052880f930328f4302625ae507ad3e (patch)
tree1e622c808333151616cba38ca158213c4c779373 /sys
parentf9500c085bb4c12ecc680ce0eb33add6eb073093 (diff)
kernel/amd64: machdep: Remove useless decl
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/amd64/machdep.c1
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;
/*