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

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


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

vpdtest.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/vpdtest.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/com32/modules/vpdtest.c b/com32/modules/vpdtest.c
index 5950b2c..1d50c68 100644
--- a/com32/modules/vpdtest.c
+++ b/com32/modules/vpdtest.c
@@ -39,7 +39,6 @@
 
 int main(void)
 {
-    char buffer[1024];
     s_vpd vpd;
     openconsole(&dev_stdcon_r, &dev_stdcon_w);
 



More information about the Syslinux-commits mailing list