summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/puppet/type.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index 7e8654921..b57c74b95 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -822,10 +822,6 @@ class Type
end
@evalcount += 1
- if p = self.provider and p.respond_to?(:prefetch)
- p.prefetch
- end
-
# this only operates on properties, not properties + children
# it's important that we call retrieve() on the type instance,
# not directly on the property, because it allows the type to override