summaryrefslogtreecommitdiff
path: root/sys/boot/pc98/loader/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/pc98/loader/main.c')
-rw-r--r--sys/boot/pc98/loader/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c
index d94131967402..62562c2819a5 100644
--- a/sys/boot/pc98/loader/main.c
+++ b/sys/boot/pc98/loader/main.c
@@ -53,11 +53,7 @@ static struct
static u_int32_t initial_howto;
static u_int32_t initial_bootdev;
-#ifdef PC98
-struct bootinfo *initial_bootinfo;
-#else
static struct bootinfo *initial_bootinfo;
-#endif
struct arch_switch archsw; /* MI/MD interface boundary */