From 8a8ef332d63b3d30c88e5b63075faa1481fba81d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 18 Oct 2012 15:25:18 +0000 Subject: (commit) kill dead code that is dead since first import 9 years ago --- common/Varspaceval.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'common') diff --git a/common/Varspaceval.pm b/common/Varspaceval.pm index 5f997a7f..ce2f5e54 100644 --- a/common/Varspaceval.pm +++ b/common/Varspaceval.pm @@ -58,7 +58,6 @@ sub commit { $val = $hash->{$key}; delete $hash->{$key}; $output .= defined $val ? $pre . $key . $eq . $val . $rest . "\n" : $pre . $key . $eq . $val . $rest; -# $output .= $pre . $key . $eq . $val . $rest . "\n"; } #appending added parameters foreach (keys %$hash) { -- cgit v1.2.1