diff options
Diffstat (limited to 'lib/puppet/util/cacher.rb')
-rw-r--r-- | lib/puppet/util/cacher.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/util/cacher.rb b/lib/puppet/util/cacher.rb index df8c28a7d..c87661a3a 100644 --- a/lib/puppet/util/cacher.rb +++ b/lib/puppet/util/cacher.rb @@ -89,7 +89,6 @@ module Puppet::Util::Cacher def cache_timestamp @cache_timestamp ||= Time.now - @cache_timestamp end def cached_value(name) @@ -123,7 +122,6 @@ module Puppet::Util::Cacher def value_cache @value_cache ||= {} - @value_cache end end end |