remove unused method stub

This commit is contained in:
James Bardin 2020-10-05 10:35:31 -04:00
parent 95197f0324
commit a1181adca4
1 changed files with 0 additions and 5 deletions

View File

@ -621,11 +621,6 @@ func (d *evaluationStateData) GetPathAttr(addr addrs.PathAttr, rng tfdiags.Sourc
}
}
// Try to guess if we have a pending destroy for all resources.
func (s *evaluationStateData) pendingDestroy() bool {
return true
}
func (d *evaluationStateData) GetResource(addr addrs.Resource, rng tfdiags.SourceRange) (cty.Value, tfdiags.Diagnostics) {
var diags tfdiags.Diagnostics
// First we'll consult the configuration to see if an resource of this