From 37ffb636f1cdc108097fa65723140ee9de8b12dc Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 20 Apr 2007 15:59:09 +0000 Subject: Removing the stubs for nodevar; I did not mean to commit them git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2401 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/functions.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/functions.rb b/lib/puppet/parser/functions.rb index b1e5d7a91..21de7b6c0 100644 --- a/lib/puppet/parser/functions.rb +++ b/lib/puppet/parser/functions.rb @@ -292,10 +292,6 @@ module Functions end output end - - newfunction(:nodevar, :type = :rvalue, - :doc => "") do - end end end -- cgit