1
0
mirror of https://github.com/golang/go synced 2024-11-21 18:34:44 -07:00

runtime/darwin: remove unused local variables.

R=rsc
CC=golang-dev
https://golang.org/cl/4309049
This commit is contained in:
Ian Lance Taylor 2011-03-25 10:35:46 -07:00
parent e857dd5d3f
commit f6d0e81179
2 changed files with 0 additions and 2 deletions

View File

@ -170,7 +170,6 @@ runtime·initsig(int32 queue)
void
runtime·resetcpuprofiler(int32 hz)
{
Sigaction sa;
Itimerval it;
runtime·memclr((byte*)&it, sizeof it);

View File

@ -180,7 +180,6 @@ runtime·initsig(int32 queue)
void
runtime·resetcpuprofiler(int32 hz)
{
Sigaction sa;
Itimerval it;
runtime·memclr((byte*)&it, sizeof it);