1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:04:44 -07:00

runtime: fix unused variable warning

R=rsc
CC=golang-dev
https://golang.org/cl/4188043
This commit is contained in:
Dave Cheney 2011-03-02 15:29:13 -05:00 committed by Russ Cox
parent 1a6b1dd0de
commit ff1d89d600

View File

@ -92,7 +92,6 @@ runtime·addfinalizer(void *p, void (*f)(void*), int32 nret)
{
Fintab newtab;
int32 i;
uint32 *ref;
byte *base;
Finalizer *e;