ld: unused variable

R=r
CC=golang-dev
https://golang.org/cl/186229
This commit is contained in:
Russ Cox 2010-01-19 13:09:27 -08:00
parent b9f26c32c3
commit ae3e8eb2ec

View 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