From: Simon Marlow Date: Mon, 14 Jul 2008 13:28:08 +0000 (+0000) Subject: remove what looks like a cut-and-pasto X-Git-Tag: Before_cabalised-GHC~3 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=491544aed513c3b542f6dc2e63b8c66a34dc5bef remove what looks like a cut-and-pasto --- diff --git a/aclocal.m4 b/aclocal.m4 index 360488d..3f0ec00 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,15 +1,3 @@ - struct sigevent ev; - timer_t timer; - ev.sigev_notify = SIGEV_SIGNAL; - ev.sigev_signo = SIGVTALRM; - if (timer_create(CLOCK_PROCESS_CPUTIME_ID, &ev, &timer) != 0) { - exit(1); - } -#else - exit(1) -#endif - exit(0); -} # Extra autoconf macros for the Glasgow fptools # # To be a good autoconf citizen, names of local macros have prefixed with FP_ to