diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-05-12 15:43:30 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-05-12 15:43:30 -0700 |
commit | 31f2592ddc49a60d4558fd56de882f32f3713e58 (patch) | |
tree | 6043915d8fe0863997ceffd4b1b307c0f7eebb95 | |
parent | 48adf677bf1ae8c7f1c0225cbe4920367d452388 (diff) | |
download | syslinux-31f2592ddc49a60d4558fd56de882f32f3713e58.tar.gz syslinux-31f2592ddc49a60d4558fd56de882f32f3713e58.tar.xz syslinux-31f2592ddc49a60d4558fd56de882f32f3713e58.zip |
sdi.c32: remove unused variable
Remove unused variable as part of -Werror cleanup.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r-- | com32/modules/sdi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/modules/sdi.c b/com32/modules/sdi.c index 4b882b39..fbca6a55 100644 --- a/com32/modules/sdi.c +++ b/com32/modules/sdi.c @@ -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) { |