summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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|