]> Cypherpunks repositories - gostls13.git/commitdiff
ld: unused variable
authorRuss Cox <rsc@golang.org>
Tue, 19 Jan 2010 21:09:27 +0000 (13:09 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 19 Jan 2010 21:09:27 +0000 (13:09 -0800)
R=r
CC=golang-dev
https://golang.org/cl/186229

src/cmd/ld/lib.c

index b70c8743902a0537a59bd6ebb1f4572cf518ce08..8039bf8ee0e70a1cbd92095ddb25e9053cc5bf6c 100644 (file)
@@ -718,8 +718,6 @@ Bget4(Biobuf *f)
 void
 mywhatsys(void)
 {
-       char *s;
-
        goroot = getgoroot();
        goos = getgoos();
        goarch = thestring;     // ignore $GOARCH - we know who we are