]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Remove resundant code
authorAmos Shapira <ashapira@atlassian.com>
Mon, 1 Apr 2013 03:52:07 +0000 (14:52 +1100)
committerJeff McCune <jeff@puppetlabs.com>
Wed, 3 Apr 2013 21:05:20 +0000 (14:05 -0700)
lib/puppet/parser/functions/any2array.rb

index 95944e144eec1b059dcd56c79d2659431c942ec8..e71407e89e73a5272ad0e95ce2463bec88327aed 100644 (file)
@@ -23,8 +23,6 @@ converted to arrays of alternating keys and values.
                 result << key << value
             end
             return result
-        else
-            return [arguments[0]]
         end
     end