summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/globals.pl b/globals.pl
index 095ada57d..5c7da1a15 100644
--- a/globals.pl
+++ b/globals.pl
@@ -41,7 +41,6 @@ use Bugzilla::BugMail;
sub globals_pl_sillyness {
my $zz;
$zz = @main::default_column_list;
- $zz = $main::defaultqueryname;
$zz = @main::enterable_products;
$zz = %main::keywordsbyname;
$zz = @main::legal_bug_status;
@@ -95,7 +94,6 @@ $::ENV{'PATH'} = '';
$::SIG{TERM} = 'IGNORE';
$::SIG{PIPE} = 'IGNORE';
-$::defaultqueryname = "(Default query)"; # This string not exposed in UI
$::unconfirmedstate = "UNCONFIRMED";
# The following subroutine is for debugging purposes only.