remove dead code

pull/38120/head
Daniel Schmidt 4 weeks ago
parent 9cf9235582
commit 69adc6a4c7

@ -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)
}

Loading…
Cancel
Save