diff --git a/internal/deprecation/deprecation.go b/internal/deprecation/deprecation.go index 03bd33c00a..d3f0dfbd57 100644 --- a/internal/deprecation/deprecation.go +++ b/internal/deprecation/deprecation.go @@ -152,7 +152,3 @@ func (d *Deprecations) IsModuleCallDeprecationSuppressed(addr addrs.Module) bool } return false } - -func (d *Deprecations) DiagnosticsForValueMarks(valueMarks cty.ValueMarks, module addrs.Module, rng *hcl.Range) tfdiags.Diagnostics { - return d.deprecationMarksToDiagnostics(marks.FilterDeprecationMarks(valueMarks), module, rng) -}