summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2009-06-19 17:21:19 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-06-19 17:21:19 -0700
commit621eb2d9deb094d78001f841f3aadcf0f63f2477 (patch)
treeabc3ecd1640cdb41a62750327df608b955bb7611
parent6bb2cbbf970aec9cb480de6e0df4918ffc766c0b (diff)
downloadsyslinux-621eb2d9deb094d78001f841f3aadcf0f63f2477.tar.gz
extlinux: remove duplicate "const char *program;"
Remove redundant declaration.
-rw-r--r--extlinux/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extlinux/main.c b/extlinux/main.c
index b1e5ed17..19748c8d 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -176,8 +176,6 @@ enum bs_offsets {
#define EXT2_SUPER_OFFSET 1024
#endif
-const char *program;
-
/*
* Boot block
*/