diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-12 20:29:19 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-12 20:29:19 +0100 |
commit | 73a39a82b51552c86ad7b085291062426dc965ed (patch) | |
tree | 2f187bd4e47442e99a5aa1c8e2da3cbb50868efe /bin | |
parent | d2141a12e910e1ce2527b6e41e8b24dd061a74e6 (diff) |
checklinks: Removed old (obsolete) option parsing
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/checklinks | 9 |
1 files changed, 0 insertions, 9 deletions
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(<LINKS>) { chomp; |