summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/puppet/parser/functions.rb4
-rwxr-xr-xtest/language/functions.rb3
2 files changed, 0 insertions, 7 deletions
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
diff --git a/test/language/functions.rb b/test/language/functions.rb
index a544d94c8..2d882382d 100755
--- a/test/language/functions.rb
+++ b/test/language/functions.rb
@@ -527,9 +527,6 @@ class TestLangFunctions < Test::Unit::TestCase
val = scope.function_generate([bad])
end
end
-
- def test_nodevar
- end
end
# $Id$