summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/hostclass.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/ast/hostclass.rb')
-rw-r--r--lib/puppet/parser/ast/hostclass.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/parser/ast/hostclass.rb b/lib/puppet/parser/ast/hostclass.rb
index d1ce370da..9b60c692f 100644
--- a/lib/puppet/parser/ast/hostclass.rb
+++ b/lib/puppet/parser/ast/hostclass.rb
@@ -27,7 +27,6 @@ class Puppet::Parser::AST
# Verify that we haven't already been evaluated, and if we have been evaluated,
# make sure that we match the class.
if existing_scope = scope.class_scope(self)
- raise "Fix this portion of the code -- check that the scopes match classes"
#if existing_scope.source.object_id == self.object_id
Puppet.debug "%s class already evaluated" % @type
return nil