Skip to content

Commit

Permalink
glob: unused variable (#539)
Browse files Browse the repository at this point in the history
$glob_expr assigned but not used in match_glob()
  • Loading branch information
mknos committed Apr 10, 2024
1 parent 04a2376 commit b9e7df6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/glob
Expand Up @@ -215,7 +215,6 @@ $matched = 0;

sub match_glob($) {
local $_ = shift;
my $glob_expr = $_;

$matched = 0;
@errors = ();
Expand Down

0 comments on commit b9e7df6

Please sign in to comment.