Commit 8b9d6e38 authored by Yasuhiro Matsumoto's avatar Yasuhiro Matsumoto Committed by Rob Pike

gopack: unused variable.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4121057
parent ea2c6a3e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment