summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/parser/functions/any2array.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/parser/functions/any2array.rb b/lib/puppet/parser/functions/any2array.rb
index 95944e1..e71407e 100644
--- a/lib/puppet/parser/functions/any2array.rb
+++ b/lib/puppet/parser/functions/any2array.rb
@@ -23,8 +23,6 @@ converted to arrays of alternating keys and values.
result << key << value
end
return result
- else
- return [arguments[0]]
end
end