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
1 changed files with 0 additions and 1 deletions

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;