remove old comment

This commit is contained in:
James Bardin 2018-08-09 10:51:09 -04:00 committed by Martin Atkins
parent bdaf8290b4
commit c9d91dc64e
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ func schemaNestedBlock(b *proto.Schema_NestedBlock) *configschema.NestedBlock {
}
// ProtoToDiagnostics converts a list of proto.Diagnostics to a tf.Diagnostics.
// for now we assume these only contain a basic message
func ProtoToDiagnostics(ds []*proto.Diagnostic) tfdiags.Diagnostics {
var diags tfdiags.Diagnostics
for _, d := range ds {