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
This commit is contained in:
luke 2007-04-20 15:59:09 +00:00
Родитель 7cc3a2f114
Коммит 37ffb636f1
2 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -292,10 +292,6 @@ module Functions
end
output
end
newfunction(:nodevar, :type = :rvalue,
:doc => "") do
end
end
end

Просмотреть файл

@ -527,9 +527,6 @@ class TestLangFunctions < Test::Unit::TestCase
val = scope.function_generate([bad])
end
end
def test_nodevar
end
end
# $Id$