diff options
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r-- | Bugzilla/Search.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index ebccdb51e..468457844 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -30,10 +30,6 @@ use strict; -# The caller MUST require globals.pl before using this module. - -use vars qw($userid); - package Bugzilla::Search; use base qw(Exporter); @Bugzilla::Search::EXPORT = qw(IsValidQueryType); |