diff options
Diffstat (limited to 'libgo/runtime/go-signal.c')
-rw-r--r-- | libgo/runtime/go-signal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgo/runtime/go-signal.c b/libgo/runtime/go-signal.c index 3838ab9..8898f84 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 |