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

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

index 5950b2c..1d50c68 100644 (file)
@@ -39,7 +39,6 @@
 
 int main(void)
 {
-    char buffer[1024];
     s_vpd vpd;
     openconsole(&dev_stdcon_r, &dev_stdcon_w);