Skip to content

Commit

Permalink
Remove MarkupFromPlain instead of only deprecating it
Browse files Browse the repository at this point in the history
We are young project and there will be api breakages anyway based on
incompatible changes in upstream OSCAL.
  • Loading branch information
isimluk committed Oct 29, 2020
1 parent 1702146 commit fc2f0c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions types/oscal/validation_root/markup.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ func MML(plain string) *Markup {
}
}

// Deprecated: Use validation_root.MML instead.
func MarkupFromPlain(plain string) *Markup {
return MML(plain)
}

// PlainText representation
func (m *Markup) PlainString() string {
if m.PlainText != "" {
Expand Down

0 comments on commit fc2f0c4

Please sign in to comment.