From 6745ecfa585c9ade8c720e90819e0e79a0e01355 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 5 Oct 2012 13:32:34 +0200 Subject: $_localconfig is now obsolete --- Bugzilla.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla.pm') 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(); } -- cgit v1.2.3-24-g4f1b