From: Luke Kanies <[email protected]>
Signed-off-by: Luke Kanies <[email protected]>
Signed-off-by: Luke Kanies <[email protected]>
---
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 b63df07..ab4ee59 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
--
1.6.1
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.