]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/CGI.pm
Drop more unused variables
[debbugs.git] / Debbugs / CGI.pm
index 393b40602ef12203d1c746ddedcb53c0476f3fb3..9cc4d512426310e48b15f048722834ac34f7b160 100644 (file)
@@ -624,10 +624,6 @@ sub htmlize_maintlinks {
     return htmlize_addresslinks($prefixfunc, \&mainturl, $maints);
 }
 
-
-our $_maintainer;
-our $_maintainer_rev;
-
 =head2 bug_linklist
 
      bug_linklist($separator,$class,@bugs)
@@ -843,7 +839,6 @@ sub option_form{
      for my $key (keys %{$param{form_option}}) {
          # strip out leader; shouldn't be anything here without one,
          # but skip stupid things anyway
-         my $o_key = $key;
          next unless $key =~ s/^\Q$form_option_leader\E//;
          if ($key =~ /^add_(.+)$/) {
               # this causes a specific parameter to be added