diff options
author | ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-09 12:33:22 +0000 |
---|---|---|
committer | ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-09 12:33:22 +0000 |
commit | 93cbe77e6de17883e70856fbd44cde8419cde8d5 (patch) | |
tree | 811a1c169042d13dba5e36b5fa1d42fd3213f875 /lib | |
parent | a9666065a2ddcb7b0396d6aa16c3fba05a7204c0 (diff) | |
download | puppet-93cbe77e6de17883e70856fbd44cde8419cde8d5.tar.gz puppet-93cbe77e6de17883e70856fbd44cde8419cde8d5.tar.xz puppet-93cbe77e6de17883e70856fbd44cde8419cde8d5.zip |
Removed FIXARB's from a file that will be going away.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2492 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/puppet/type/parsedtype.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/type/parsedtype.rb b/lib/puppet/type/parsedtype.rb index 488922efd..1c5870d75 100755 --- a/lib/puppet/type/parsedtype.rb +++ b/lib/puppet/type/parsedtype.rb @@ -208,10 +208,8 @@ module Puppet prophash end - # FIXARB: This used to return h, find what broke ;) return currentvalues else - # FIXARB: This used to return nil, find what broke ;) return currentpropvalues(:absent) end end |