Skip to content

Commit

Permalink
Remove unused var opt_range_invert
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Nov 23, 2024
1 parent 6013947 commit 162d0da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ack
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ our $opt_passthru;
our $opt_p;
our $opt_range_start;
our $opt_range_end;
our $opt_range_invert;
our $opt_regex;
our $opt_show_filename;
our $opt_show_types;
Expand Down Expand Up @@ -152,7 +151,6 @@ MAIN: {
$opt_passthru = $opt->{passthru};
$opt_range_start = $opt->{range_start};
$opt_range_end = $opt->{range_end};
$opt_range_invert = $opt->{range_invert};
$opt_regex = $opt->{regex};
$opt_show_filename = $opt->{show_filename};
$opt_show_types = $opt->{show_types};
Expand Down

0 comments on commit 162d0da

Please sign in to comment.