x/model: remove old comment

This commit is contained in:
Blake Mizerany 2024-04-05 21:34:10 -07:00
parent 3cb07b3ac9
commit d67ff60643

View File

@ -147,9 +147,6 @@ func ParseName(s string) Name {
// Fill fills in the missing parts of dst with the parts of src.
//
// Use this for merging a fully qualified Name with a partial Name, such as
// when filling in a missing parts with defaults.
//
// The returned Name will only be valid if dst is valid.
func Fill(dst, src Name) Name {
return Name{