summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-10-05 13:32:34 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-10-05 13:32:34 +0200
commit6745ecfa585c9ade8c720e90819e0e79a0e01355 (patch)
treef2633e2b0152c80fb9cc3805304a763ed8db198c /Bugzilla.pm
parentf7d1f7b803a9e89be4407d102a48eddd1708e103 (diff)
downloadbugzilla-6745ecfa585c9ade8c720e90819e0e79a0e01355.tar.gz
bugzilla-6745ecfa585c9ade8c720e90819e0e79a0e01355.tar.xz
$_localconfig is now obsolete
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();
}