summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/component.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/ast/component.rb')
-rw-r--r--lib/puppet/parser/ast/component.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/ast/component.rb b/lib/puppet/parser/ast/component.rb
index 1b14d508b..8f82d530a 100644
--- a/lib/puppet/parser/ast/component.rb
+++ b/lib/puppet/parser/ast/component.rb
@@ -39,7 +39,7 @@ class Puppet::Parser::AST
if exported or origscope.exported?
scope.exported = true
end
- scope = scope
+
# Additionally, add a tag for whatever kind of class
# we are
if @type != "" and ! @type.nil?