summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-09 12:33:22 +0000
committerballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-09 12:33:22 +0000
commit93cbe77e6de17883e70856fbd44cde8419cde8d5 (patch)
tree811a1c169042d13dba5e36b5fa1d42fd3213f875 /lib
parenta9666065a2ddcb7b0396d6aa16c3fba05a7204c0 (diff)
downloadpuppet-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-xlib/puppet/type/parsedtype.rb2
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