summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl12
1 files changed, 0 insertions, 12 deletions
diff --git a/globals.pl b/globals.pl
index 2654c4a1f..146b51550 100644
--- a/globals.pl
+++ b/globals.pl
@@ -42,16 +42,4 @@ use Bugzilla::Error;
# of globals.pl
do $localconfig;
-use DBI;
-
-use Date::Format; # For time2str().
-use Date::Parse; # For str2time().
-
-# Use standard Perl libraries for cross-platform file/directory manipulation.
-use File::Spec;
-
-############# Live code below here (that is, not subroutine defs) #############
-
-use Bugzilla;
-
1;