mirror of https://github.com/golang/go.git
go/doc/comment: remove unused fields
Change-Id: Ia5b73e6950d0c53144a97e1ad3f231d69dd74fe8 Reviewed-on: https://go-review.googlesource.com/c/go/+/483295 Reviewed-by: Robert Griesemer <gri@google.com> Reviewed-by: David Chase <drchase@google.com> Run-TryBot: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Agniva De Sarker <agniva.quicksilver@gmail.com>
This commit is contained in:
parent
594d67b540
commit
eed0cda44c
|
|
@ -148,8 +148,6 @@ func (h *Heading) DefaultID() string {
|
||||||
|
|
||||||
type commentPrinter struct {
|
type commentPrinter struct {
|
||||||
*Printer
|
*Printer
|
||||||
headingPrefix string
|
|
||||||
needDoc map[string]bool
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Comment returns the standard Go formatting of the Doc,
|
// Comment returns the standard Go formatting of the Doc,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue