diff options
author | Niels Thykier <niels@thykier.net> | 2019-08-13 07:51:08 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2019-08-13 19:17:52 +0000 |
commit | 254147df1744e393ab180dda5b033be9d0fa08f1 (patch) | |
tree | b5010c893721a6ecdcf5df096e412db0565239dc | |
parent | 872c4010fcc73bdaa0f29519a164e367b9e3ee15 (diff) | |
download | debhelper-254147df1744e393ab180dda5b033be9d0fa08f1.tar.gz |
dh: Remove dead variable
Signed-off-by: Niels Thykier <niels@thykier.net>
-rwxr-xr-x | dh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -639,7 +639,6 @@ while (@ARGV_orig) { next; } elsif ($opt=~/^-/) { - my $optname = $opt; if (not @options and $opt eq '--parallel' or $opt eq '--no-parallel') { my $max_parallel; # Ignore the option if it is the default for the given |