diff --git a/libgo/runtime/go-signal.c b/libgo/runtime/go-signal.c index 3838ab98871..8898f84ec0e 100644 --- a/libgo/runtime/go-signal.c +++ b/libgo/runtime/go-signal.c @@ -79,9 +79,6 @@ static struct sigtab signals[] = #ifdef SIGVTARLM { SIGVTALRM, 1 }, #endif -#ifdef SIGPROF - { SIGPROF, 1 }, -#endif #ifdef SIGWINCH { SIGWINCH, 1 }, #endif