diff options
Diffstat (limited to 'globals.pl')
-rw-r--r-- | globals.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 14568a60e..f9d19609c 100644 --- a/globals.pl +++ b/globals.pl @@ -39,7 +39,6 @@ use Bugzilla::Config qw(:DEFAULT ChmodDataFile); sub globals_pl_sillyness { my $zz; - $zz = @main::SqlStateStack; $zz = @main::default_column_list; $zz = $main::defaultqueryname; $zz = @main::enterable_products; |