From a32381e822779b56030f6bd7009cd978970cecd2 Mon Sep 17 00:00:00 2001 From: Jesse Wolfe Date: Wed, 12 May 2010 18:36:14 -0700 Subject: Feature #2935 remove misleading comment Remove a stale comment about how settings work Signed-off-by: Jesse Wolfe --- lib/puppet/util/settings.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/puppet/util/settings.rb b/lib/puppet/util/settings.rb index 3a4bf5c5b..b2563e996 100644 --- a/lib/puppet/util/settings.rb +++ b/lib/puppet/util/settings.rb @@ -879,10 +879,7 @@ Generated on #{Time.now}. end end - # This is an abstract method that just turns a file in to a hash of hashes. - # We mostly need this for backward compatibility -- as of May 2007 we need to - # support parsing old files with any section, or new files with just two - # valid sections. + # This method just turns a file in to a hash of hashes. def parse_file(file) text = read_file(file) -- cgit