aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-02-10 00:44:22 -0800
committerRuss Cox <rsc@golang.org>2010-02-10 00:44:22 -0800
commitf9f66b97e2b09d65d5eb7d38fef208318d00b46d (patch)
tree600a0bbbea0f1e2f71e2c79ba8e29aed9f4fd920
parent74dfca5f2500938c5850be076187cec9d09bf685 (diff)
downloadgo-f9f66b97e2b09d65d5eb7d38fef208318d00b46d.tar.gz
go-f9f66b97e2b09d65d5eb7d38fef208318d00b46d.zip
ld: unused variable
R=adg CC=golang-dev https://golang.org/cl/207050
-rw-r--r--src/cmd/ld/lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/ld/lib.c b/src/cmd/ld/lib.c
index a11ab90381..3524bd1c4a 100644
--- a/src/cmd/ld/lib.c
+++ b/src/cmd/ld/lib.c
@@ -216,7 +216,6 @@ loadlib(void)
int i, found;
int32 h;
Sym *s;
- char *a;
found = 0;
for(i=0; i<nlibdir; i++) {