mirror of
https://github.com/golang/go
synced 2024-11-20 06:54:42 -07:00
runtime: fix unused variable warning
R=rsc CC=golang-dev https://golang.org/cl/4188043
This commit is contained in:
parent
1a6b1dd0de
commit
ff1d89d600
@ -92,7 +92,6 @@ runtime·addfinalizer(void *p, void (*f)(void*), int32 nret)
|
||||
{
|
||||
Fintab newtab;
|
||||
int32 i;
|
||||
uint32 *ref;
|
||||
byte *base;
|
||||
Finalizer *e;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user