aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-11-09 23:04:55 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-11-09 23:04:55 +0000
commit54d4e651635c17979f27a615b18ba3550a91e7ea (patch)
tree7a4d662f4cff4b7e11a1c44e150cfee63f8fc76f
parent86a17433e3b0447bf75e4cca87e337e1d2e49ac5 (diff)
fixed warning
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1269 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/arch/ppc/boot/linuxbios_table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/ppc/boot/linuxbios_table.c b/src/arch/ppc/boot/linuxbios_table.c
index 3b14488de8..20264c202c 100644
--- a/src/arch/ppc/boot/linuxbios_table.c
+++ b/src/arch/ppc/boot/linuxbios_table.c
@@ -227,7 +227,6 @@ unsigned long write_linuxbios_table(
struct mem_range *ramp;
struct lb_header *head;
struct lb_memory *mem;
- struct lb_record *rec_dest, *rec_src;
head = lb_table_init(low_table_end);
low_table_end = (unsigned long)head;