From: Sam Vilain Date: Sun, 22 Jun 2008 23:41:45 +0000 (+1200) Subject: Remove more dead code in main program X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f9894fff63d963af150ec114288f538f6877ba67;p=cil.git Remove more dead code in main program This time because I didn't save my editor window before committing :-} --- 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.");