[syslinux:pathbased] sdi.c32: remove unused variable

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Wed May 12 16:12:14 PDT 2010


Commit-ID:  31f2592ddc49a60d4558fd56de882f32f3713e58
Gitweb:     http://syslinux.zytor.com/commit/31f2592ddc49a60d4558fd56de882f32f3713e58
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Wed, 12 May 2010 15:43:30 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Wed, 12 May 2010 15:43:30 -0700

sdi.c32: remove unused variable

Remove unused variable as part of -Werror cleanup.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 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 4b882b3..fbca6a5 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) {



More information about the Syslinux-commits mailing list