summaryrefslogtreecommitdiff
path: root/com32/samples
diff options
context:
space:
mode:
authorSebastian Herbszt <herbszt@gmx.de>2009-04-17 19:23:32 +0200
committerH. Peter Anvin <hpa@zytor.com>2009-04-17 11:03:47 -0700
commitf0fb84e96f44cbfb0f5fecc53bba9614df2343d3 (patch)
tree3580cd0d15fe453769fbaac4933b9fec5a943976 /com32/samples
parenta7dd6590584c7c243bb256989ebd8f230a86b6ab (diff)
downloadsyslinux-f0fb84e96f44cbfb0f5fecc53bba9614df2343d3.tar.gz
com32: remove unused variables
Silence compiler warnings by removing unused variables. - Sebastian
Diffstat (limited to 'com32/samples')
-rw-r--r--com32/samples/entrydump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/com32/samples/entrydump.c b/com32/samples/entrydump.c
index b36a30d3..f0ddd5df 100644
--- a/com32/samples/entrydump.c
+++ b/com32/samples/entrydump.c
@@ -35,8 +35,6 @@ int main(void)
{
const union syslinux_derivative_info *di;
const struct stack_frame *sf;
- int i;
- const unsigned char *p;
openconsole(&dev_null_r, &dev_stdcon_w);