Commit 21327e19 authored by Dave Cheney's avatar Dave Cheney

runtime: fix unused variable warning

R=rsc, dvyukov
CC=golang-dev
https://golang.org/cl/7312103
parent 60526ca6
......@@ -36,7 +36,7 @@ static bool onstack(uintptr argp);
uintptr
runtime·raceinit(void)
{
uintptr sz, racectx;
uintptr racectx;
m->racecall = true;
runtimerace·Initialize(&racectx);
......
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