X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fprocess;fp=scripts%2Fprocess;h=9a0eb65009cd334ceea3288019ad00dfa068a69a;hb=68fcaca8516323cd542d544a0585d7ab0db0900f;hp=4236f6b4ccbdece729d1f8488c8cc0bf4afc204e;hpb=ff1505cfc25a978b784449b4ab4276844a25c2b3;p=debbugs.git diff --git a/scripts/process b/scripts/process index 4236f6b..9a0eb65 100755 --- a/scripts/process +++ b/scripts/process @@ -990,7 +990,6 @@ if (@control_bits) { print {$transcript} fill_template('mail/excluded_from_control'); print {$transcript} "Stopping processing here.\n\n"; } else { - my %clonebugs = (); for my $control_bit (@control_bits) { $control_bit =~ s/\xef\xbb\xbf//g; next unless $control_bit =~ m/\S/;