Skip to content

Commit 80519f6

Browse files
committed
cmd/internal/goobj: remove unused fields of Reader
1 parent e3c79d2 commit 80519f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/internal/goobj/objfile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ func (w *Writer) Offset() uint32 {
587587
}
588588

589589
type Reader struct {
590-
b []byte // mmapped bytes, if not nil
590+
b []byte
591591
readonly bool // whether b is backed with read-only memory
592592

593593
h Header // keep block offsets

0 commit comments

Comments
 (0)