From 98d11df0960616dc4c40169c9fafccbc00daa4a3 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 14 Dec 2002 19:09:37 +0000 Subject: Remove unused variable. --- sys/boot/i386/boot2/boot2.c | 2 +- sys/boot/i386/gptboot/gptboot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot') diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index dbc008c..3d2fafe 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -206,7 +206,7 @@ putc(int c) int main(void) { - int autoboot, i; + int autoboot; ino_t ino; dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base); diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c index dbc008c..3d2fafe 100644 --- a/sys/boot/i386/gptboot/gptboot.c +++ b/sys/boot/i386/gptboot/gptboot.c @@ -206,7 +206,7 @@ putc(int c) int main(void) { - int autoboot, i; + int autoboot; ino_t ino; dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base); -- cgit v1.1