Don't catch LIBPROF in Go code.

From-SVN: r171077
This commit is contained in:
Ian Lance Taylor 2011-03-16 23:18:40 +00:00
parent 5133f00ef8
commit 7b5da51d4f
1 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@ static struct sigtab signals[] =
#ifdef SIGVTARLM
{ SIGVTALRM, 1 },
#endif
#ifdef SIGPROF
{ SIGPROF, 1 },
#endif
#ifdef SIGWINCH
{ SIGWINCH, 1 },
#endif