From 4b56483e6165ada07646e51dad4bdc0a46b29b62 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 17 Nov 2007 19:00:58 +0000 Subject: [PATCH] Remove unused variable git-svn-id: svn://coreboot.org/openbios/openbios-devel@178 f158a5a8-5612-0410-a976-696ce0be7e32 --- drivers/obio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/obio.c b/drivers/obio.c index 91c8415..f8bb01a 100644 --- a/drivers/obio.c +++ b/drivers/obio.c @@ -687,7 +687,6 @@ ob_nvram_init(uint64_t base, uint64_t offset) unsigned int machine_id; struct cpudef *cpu; ohwcfg_v3_t *header; - uint16_t crc; ob_new_obio_device("eeprom", NULL);