Commit ae3e8eb2 authored by Russ Cox's avatar Russ Cox

ld: unused variable

R=r
CC=golang-dev
https://golang.org/cl/186229
parent b9f26c32
...@@ -718,8 +718,6 @@ Bget4(Biobuf *f) ...@@ -718,8 +718,6 @@ Bget4(Biobuf *f)
void void
mywhatsys(void) mywhatsys(void)
{ {
char *s;
goroot = getgoroot(); goroot = getgoroot();
goos = getgoos(); goos = getgoos();
goarch = thestring; // ignore $GOARCH - we know who we are goarch = thestring; // ignore $GOARCH - we know who we are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment