diff options
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/configurer.rb | 6 |
1 files changed, 0 insertions, 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 |