mirror of
https://github.com/golang/go
synced 2024-11-21 17:54:39 -07:00
gopack: unused variable.
R=golang-dev, r CC=golang-dev https://golang.org/cl/4121057
This commit is contained in:
parent
ea2c6a3e59
commit
8b9d6e38be
@ -597,7 +597,7 @@ scanobj(Biobuf *b, Arfile *ap, long size)
|
||||
Dir *d;
|
||||
static int lastobj = -1;
|
||||
uchar buf[4];
|
||||
char *p, *t;
|
||||
char *p;
|
||||
|
||||
if (!allobj) /* non-object file encountered */
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user