mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/...: fix vet issues and cull dead code
Change-Id: Ied0eab872950793b34dd2268055b29c702b07e99 Reviewed-on: https://go-review.googlesource.com/9081 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
This commit is contained in:
parent
d0f3100b47
commit
951f74c4d0
13 changed files with 48 additions and 100 deletions
|
|
@ -1011,8 +1011,6 @@ func hostlink() {
|
|||
func ldobj(f *Biobuf, pkg string, length int64, pn string, file string, whence int) {
|
||||
eof := Boffset(f) + length
|
||||
|
||||
pn = pn
|
||||
|
||||
start := Boffset(f)
|
||||
c1 := Bgetc(f)
|
||||
c2 := Bgetc(f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue