1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:14:40 -07:00

ld: unused variable

R=adg
CC=golang-dev
https://golang.org/cl/207050
This commit is contained in:
Russ Cox 2010-02-10 00:44:22 -08:00
parent 74dfca5f25
commit f9f66b97e2

View File

@ -216,7 +216,6 @@ loadlib(void)
int i, found;
int32 h;
Sym *s;
char *a;
found = 0;
for(i=0; i<nlibdir; i++) {