diff options
author | lpsolit%gmail.com <> | 2006-04-03 02:07:12 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-04-03 02:07:12 +0000 |
commit | 8604641c8fbc4518952208b7325bee22bf6cfe21 (patch) | |
tree | 02e4f5eef46f0108ba7773d7b6635a21f1981ada /duplicates.cgi | |
parent | Bug 330583: Bad alignment of ) for Alias - Patch by timeless <timeless@bemail... (diff) | |
download | bugzilla-8604641c8fbc4518952208b7325bee22bf6cfe21.tar.gz bugzilla-8604641c8fbc4518952208b7325bee22bf6cfe21.tar.bz2 bugzilla-8604641c8fbc4518952208b7325bee22bf6cfe21.zip |
Bug 330698: Remove $::components, @::enterable_products and $::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'duplicates.cgi')
-rwxr-xr-x | duplicates.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/duplicates.cgi b/duplicates.cgi index 10ba5bf2b..8039e6b1d 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -67,8 +67,6 @@ else { my $dbh = Bugzilla->switch_to_shadow_db(); -use vars qw (@legal_product); - my %dbmcount; my %count; my %before; |