From 92e87c9a0daf786790ed1f50143a428f2df5ad97 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 8 Mar 2011 20:59:20 +0100 Subject: [PATCH] Remove unused variable x in load() --- sys/boot/i386/boot2/boot2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index 5cdb818..a0aa3f1 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -307,7 +307,7 @@ load(void) static Elf32_Shdr es[2]; caddr_t p; ino_t ino; - uint32_t addr, x; + uint32_t addr; int i, j; if (!(ino = lookup(kname))) { -- 1.7.4.1