]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/goobj: minor dead code cleanup
authorThan McIntosh <thanm@google.com>
Wed, 20 Oct 2021 14:43:43 +0000 (10:43 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 20 Oct 2021 15:03:54 +0000 (15:03 +0000)
commit27a1454ee09b1923ddcf0cdc5e17b4dd7de8ea2a
tree499778595f0984125c8e7ad2d286221984ea1ca6
parentd2ec73c1bfb556c5736f900a8e4a07e281450eb2
cmd/internal/goobj: minor dead code cleanup

Remove a bit of dead code from the Go object file reader (io.ReaderAt
no longer needed in goobj.Reader).

Change-Id: I04150d37fb90b59c9dbe930878d4dd21cdcd7ca7
Reviewed-on: https://go-review.googlesource.com/c/go/+/357309
Trust: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/internal/goobj/objfile.go