com32/lua/src/syslinux.c: remove variables set but not used
authorH. Peter Anvin <hpa@zytor.com>
Wed, 16 Mar 2011 20:10:36 +0000 (13:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 16 Mar 2011 20:10:36 +0000 (13:10 -0700)
commit72ac6e125fa374f12027b3f663c3f8c3a5e886b2
treebe133411966ba64e3f384fdc84325c398da5a14d
parent585921d4c30b56b290e8f2cc635b2eb527a679af
com32/lua/src/syslinux.c: remove variables set but not used

gcc 4.6 warns on variables set but not used, so remove them.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lua/src/syslinux.c