diff options
author | Luke Kanies <luke@madstop.com> | 2009-12-21 13:30:34 -0800 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2010-01-18 23:21:51 +1100 |
commit | 66a3e6a54df59aafa107f5ec5697ad1a6d4b7e56 (patch) | |
tree | 3630d7de18232cf150a84ade029056461b0c4540 /lib | |
parent | 2044550137bf923f9620b25eb0e8c92eefd6db6f (diff) | |
download | puppet-66a3e6a54df59aafa107f5ec5697ad1a6d4b7e56.tar.gz puppet-66a3e6a54df59aafa107f5ec5697ad1a6d4b7e56.tar.xz puppet-66a3e6a54df59aafa107f5ec5697ad1a6d4b7e56.zip |
Removing unused configurer code
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib')
-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 |