summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 6c86fb0fc..84e3f3ab8 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -269,7 +269,6 @@ sub input_params {
return $cache->{input_params};
}
-our $_localconfig;
sub localconfig {
return $_[0]->process_cache->{localconfig} ||= read_localconfig();
}