1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:04:41 -07:00

gopack: unused variable.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4121057
This commit is contained in:
Yasuhiro Matsumoto 2011-02-03 17:29:09 -08:00 committed by Rob Pike
parent ea2c6a3e59
commit 8b9d6e38be

View File

@ -597,7 +597,7 @@ scanobj(Biobuf *b, Arfile *ap, long size)
Dir *d; Dir *d;
static int lastobj = -1; static int lastobj = -1;
uchar buf[4]; uchar buf[4];
char *p, *t; char *p;
if (!allobj) /* non-object file encountered */ if (!allobj) /* non-object file encountered */
return; return;