mirror of
https://github.com/golang/go
synced 2024-11-25 12:57:58 -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
|
void
|
||||||
runtime·resetcpuprofiler(int32 hz)
|
runtime·resetcpuprofiler(int32 hz)
|
||||||
{
|
{
|
||||||
Sigaction sa;
|
|
||||||
Itimerval it;
|
Itimerval it;
|
||||||
|
|
||||||
runtime·memclr((byte*)&it, sizeof it);
|
runtime·memclr((byte*)&it, sizeof it);
|
||||||
|
@ -180,7 +180,6 @@ runtime·initsig(int32 queue)
|
|||||||
void
|
void
|
||||||
runtime·resetcpuprofiler(int32 hz)
|
runtime·resetcpuprofiler(int32 hz)
|
||||||
{
|
{
|
||||||
Sigaction sa;
|
|
||||||
Itimerval it;
|
Itimerval it;
|
||||||
|
|
||||||
runtime·memclr((byte*)&it, sizeof it);
|
runtime·memclr((byte*)&it, sizeof it);
|
||||||
|
Loading…
Reference in New Issue
Block a user