mirror of
https://github.com/golang/go
synced 2024-11-22 00:34:40 -07:00
runtime/darwin: remove unused local variables.
R=rsc CC=golang-dev https://golang.org/cl/4309049
This commit is contained in:
parent
e857dd5d3f
commit
f6d0e81179
@ -170,7 +170,6 @@ runtime·initsig(int32 queue)
|
||||
void
|
||||
runtime·resetcpuprofiler(int32 hz)
|
||||
{
|
||||
Sigaction sa;
|
||||
Itimerval it;
|
||||
|
||||
runtime·memclr((byte*)&it, sizeof it);
|
||||
|
@ -180,7 +180,6 @@ runtime·initsig(int32 queue)
|
||||
void
|
||||
runtime·resetcpuprofiler(int32 hz)
|
||||
{
|
||||
Sigaction sa;
|
||||
Itimerval it;
|
||||
|
||||
runtime·memclr((byte*)&it, sizeof it);
|
||||
|
Loading…
Reference in New Issue
Block a user