From f9894fff63d963af150ec114288f538f6877ba67 Mon Sep 17 00:00:00 2001 From: Sam Vilain Date: Mon, 23 Jun 2008 11:41:45 +1200 Subject: [PATCH] Remove more dead code in main program This time because I didn't save my editor window before committing :-} --- bin/cil | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/cil b/bin/cil index a128621..47cec32 100755 --- a/bin/cil +++ b/bin/cil @@ -95,9 +95,6 @@ EOF if @ARGV == 0; my $command = shift @ARGV; - if ( not defined $command ) { - Getopt::Mixed::abortMsg("no command specified"); - } no strict 'refs'; if ( not defined &{"cmd_$command"} ) { Getopt::Mixed::abortMsg("'$command' is not a valid cil command."); -- 2.39.5