Commit ff1d89d6 authored by Dave Cheney's avatar Dave Cheney Committed by Russ Cox

runtime: fix unused variable warning

R=rsc
CC=golang-dev
https://golang.org/cl/4188043
parent 1a6b1dd0
......@@ -92,7 +92,6 @@ runtime·addfinalizer(void *p, void (*f)(void*), int32 nret)
{
Fintab newtab;
int32 i;
uint32 *ref;
byte *base;
Finalizer *e;
......
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