diff options
Diffstat (limited to 'bin/checklinks')
-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; |