From 73a39a82b51552c86ad7b085291062426dc965ed Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 12 Mar 2009 20:29:19 +0100 Subject: checklinks: Removed old (obsolete) option parsing --- bin/checklinks | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bin') diff --git a/bin/checklinks b/bin/checklinks index c719b27..2e9ce02 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -27,15 +27,6 @@ GetOptions( 'p|parameter=s' => \%substitute, ); -if (defined($ARGV[0])) { - if ($ARGV[0] eq '-q') { - $quiet = 1; - } - if ($ARGV[0] eq '-r') { - $remove = 1; - } -} - open(LINKS, '<', $linkfile) or die($!); while() { chomp; -- cgit v1.2.3