sdi.c32: remove unused variable
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 12 May 2010 22:43:30 +0000 (15:43 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 12 May 2010 22:43:30 +0000 (15:43 -0700)
Remove unused variable as part of -Werror cleanup.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/modules/sdi.c

index 4b882b3..fbca6a5 100644 (file)
@@ -75,7 +75,6 @@ static int boot_sdi(void *ptr, size_t len)
     struct syslinux_memmap *mmap = NULL, *amap = NULL;
     struct syslinux_rm_regs regs;
     struct syslinux_movelist *ml = NULL;
-    char *boot_blob;
 
     /* **** Basic sanity checking **** */
     if (hdr->Signature != SDI_SIGNATURE) {