]> Cypherpunks repositories - gostls13.git/commitdiff
ld: unused variable
authorRuss Cox <rsc@golang.org>
Wed, 10 Feb 2010 08:44:22 +0000 (00:44 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 10 Feb 2010 08:44:22 +0000 (00:44 -0800)
R=adg
CC=golang-dev
https://golang.org/cl/207050

src/cmd/ld/lib.c

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