diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-05-12 15:44:12 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-05-12 15:44:12 -0700 |
commit | 6391ecd44bcdb06899c63be084168a95b6352e2b (patch) | |
tree | 588b0aa5d6556554c2e55f0f92111a6e0c69606b | |
parent | 31f2592ddc49a60d4558fd56de882f32f3713e58 (diff) | |
download | syslinux-6391ecd44bcdb06899c63be084168a95b6352e2b.tar.gz syslinux-6391ecd44bcdb06899c63be084168a95b6352e2b.tar.xz syslinux-6391ecd44bcdb06899c63be084168a95b6352e2b.zip |
vpdtest.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/vpdtest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/modules/vpdtest.c b/com32/modules/vpdtest.c index 5950b2c4..1d50c680 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); |