diff options
Diffstat (limited to 'lib/puppet/parser/ast/node.rb')
-rw-r--r-- | lib/puppet/parser/ast/node.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/parser/ast/node.rb b/lib/puppet/parser/ast/node.rb index 32bed7a2b..2e68cbdb3 100644 --- a/lib/puppet/parser/ast/node.rb +++ b/lib/puppet/parser/ast/node.rb @@ -19,10 +19,6 @@ class Puppet::Parser::AST ) scope.context = self.object_id - # Mark this scope as a nodescope, so that classes will be - # singletons within it - scope.isnodescope - # Now set all of the facts inside this scope facts.each { |var, value| scope.setvar(var, value) |