From: Ian Lance Taylor Date: Wed, 16 Mar 2011 23:18:40 +0000 (+0000) Subject: Don't catch LIBPROF in Go code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b5da51d4f13fc4da0f8aa46a293d3e23e979a0d;p=gcc.git Don't catch LIBPROF in Go code. From-SVN: r171077 --- 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