From: Don Armstrong Date: Fri, 13 Jul 2012 23:20:50 +0000 (-0700) Subject: Remote obsolute @bcc code X-Git-Tag: release/2.6.0~367^2~6 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=ad30a96a3281439d4284f8ca54942d26c945279e Remote obsolute @bcc code --- diff --git a/scripts/service b/scripts/service index d736121..20a0219 100755 --- a/scripts/service +++ b/scripts/service @@ -170,11 +170,6 @@ my %clonebugs = (); my %bcc = (); -my @bcc; -sub addbcc { - push @bcc, $_[0] unless grep { $_ eq $_[0] } @bcc; -} - our $data; our $message; our $extramessage;