From 66a3e6a54df59aafa107f5ec5697ad1a6d4b7e56 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 21 Dec 2009 13:30:34 -0800 Subject: Removing unused configurer code Signed-off-by: Luke Kanies --- lib/puppet/configurer.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/puppet/configurer.rb b/lib/puppet/configurer.rb index 72aef91c0..c2437153d 100644 --- a/lib/puppet/configurer.rb +++ b/lib/puppet/configurer.rb @@ -14,7 +14,6 @@ class Puppet::Configurer # For benchmarking include Puppet::Util - attr_accessor :catalog attr_reader :compile_time # Provide more helpful strings to the logging that the Agent does @@ -34,11 +33,6 @@ class Puppet::Configurer Puppet[:puppetdlockfile] end - def clear - @catalog.clear(true) if @catalog - @catalog = nil - end - # Initialize and load storage def dostorage begin -- cgit