From: Markus Roberts <mar...@reality.com>

The Scope#topscope? method was never called anywhere (including tests) and
so far as I can tell was incorrect as the Scope#level is never being set.

Signed-off-by: Nick Lewis <n...@puppetlabs.com>
---
Local-branch: ticket/next/5027
 lib/puppet/parser/scope.rb |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb
index 24f1d01..53289b8 100644
--- a/lib/puppet/parser/scope.rb
+++ b/lib/puppet/parser/scope.rb
@@ -104,11 +104,6 @@ class Puppet::Parser::Scope
     compiler.environment
   end
 
-  # Are we the top scope?
-  def topscope?
-    @level == 1
-  end
-
   def find_hostclass(name)
     known_resource_types.find_hostclass(namespaces, name)
   end
-- 
1.7.4.1

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to