summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2008-07-14 13:28:08 +0000
committerSimon Marlow <marlowsd@gmail.com>2008-07-14 13:28:08 +0000
commit491544aed513c3b542f6dc2e63b8c66a34dc5bef (patch)
tree17ef568b325180208177cc81d70deabc5e8d7738 /aclocal.m4
parent6a7b2fdc70ab6785006b11f2e8f7eb7fd4956a9f (diff)
downloadhaskell-491544aed513c3b542f6dc2e63b8c66a34dc5bef.tar.gz
remove what looks like a cut-and-pasto
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 360488d99b..3f0ec004fc 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