From c02184c7378991951ffe07add1ff368a8663c18b Mon Sep 17 00:00:00 2001 From: Shao Miller Date: Mon, 19 Jul 2010 23:21:57 -0400 Subject: dos: Use libinstaller option parser We will produce an error message if a user attempts to use an option we don't implement. Signed-off-by: Shao Miller --- win32/syslinux.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'win32') diff --git a/win32/syslinux.c b/win32/syslinux.c index 94593859..1f95e842 100755 --- a/win32/syslinux.c +++ b/win32/syslinux.c @@ -252,8 +252,6 @@ int main(int argc, char *argv[]) uint32_t ldlinux_cluster; int nsectors; - (void)argc; - if (!checkver()) { fprintf(stderr, "You need to be running at least Windows NT; use syslinux.com instead.\n"); -- cgit v1.2.3