Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutzen committed Nov 30, 2016
1 parent 70c84b2 commit 97167f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions t/Test_Netspoc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ sub run {
close $in_fh;
}

# Propagate options to perl process.
my $perl_opt = $ENV{HARNESS_PERL_SWITCHES} || '';
$perl_opt .= ' -I lib';

# Prepare arguments for pass 1.
my $args = [ split(' ', $default_options),
split(' ', $options),
Expand Down

0 comments on commit 97167f5

Please sign in to comment.