summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config.pm')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index fe58e0282..b1b0d6667 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -264,8 +264,6 @@ sub write_params {
my $datadir = bz_locations()->{'datadir'};
my $param_file = "$datadir/params";
- # This only has an affect for Data::Dumper >= 2.12 (ie perl >= 5.8.0)
- # Its just cosmetic, though, so that doesn't matter
local $Data::Dumper::Sortkeys = 1;
my ($fh, $tmpname) = File::Temp::tempfile('params.XXXXX',