summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVincent Deygas <Vincent.Deygas@rewardgateway.com>2015-01-20 09:28:14 +0000
committerJames Shubin <james@shubin.ca>2015-01-20 05:41:12 -0500
commit8f3bd5670b2ea59067faafbfd7c5246bc01b4004 (patch)
treeb739fa8b4c4c2926119a50e85be958ed8873c699 /lib
parent1d21ae5e20e4a624f73988b83843609fae975a1c (diff)
downloadpuppet-gluster-8f3bd5670b2ea59067faafbfd7c5246bc01b4004.tar.gz
puppet-gluster-8f3bd5670b2ea59067faafbfd7c5246bc01b4004.tar.xz
puppet-gluster-8f3bd5670b2ea59067faafbfd7c5246bc01b4004.zip
Removed obsolete comments
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/parser/functions/brick_layout_simple.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/parser/functions/brick_layout_simple.rb b/lib/puppet/parser/functions/brick_layout_simple.rb
index 761b58e..f586fe6 100644
--- a/lib/puppet/parser/functions/brick_layout_simple.rb
+++ b/lib/puppet/parser/functions/brick_layout_simple.rb
@@ -51,10 +51,6 @@ module Puppet::Parser::Functions
replica = args[0].to_i # convert from string if needed
bricks = args[1]
- # TODO: these functions could be in separate puppet files
- # eg: Puppet::Parser::Functions.function('myfunc')
- # function_myfunc(...)
-
collect = {}
parsed = function_brick_str_to_hash([bricks])
parsed.each do |x|