From 621eb2d9deb094d78001f841f3aadcf0f63f2477 Mon Sep 17 00:00:00 2001 From: Gilles Espinasse Date: Fri, 19 Jun 2009 17:21:19 -0700 Subject: extlinux: remove duplicate "const char *program;" Remove redundant declaration. --- extlinux/main.c | 2 -- 1 file changed, 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 */ -- cgit v1.2.1