summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-04-21 10:01:12 (GMT)
committerBen Gamari <ben@smart-cactus.org>2016-05-01 21:29:49 (GMT)
commit55f4009ed610ed236f306bff0c33b0efc5a99e48 (patch)
tree179ddd4c6689aa3cc123561d4f1baf6535072e50
parentdf9b772a40d7cbbad260f29211fe6cd0bb119908 (diff)
downloadghc-55f4009ed610ed236f306bff0c33b0efc5a99e48.zip
ghc-55f4009ed610ed236f306bff0c33b0efc5a99e48.tar.gz
ghc-55f4009ed610ed236f306bff0c33b0efc5a99e48.tar.bz2
Kill Itimer.h
It declared nothing.
-rw-r--r--rts/posix/Itimer.h12
-rw-r--r--rts/posix/Select.c1
-rw-r--r--rts/posix/itimer/Pthread.c1
-rw-r--r--rts/posix/itimer/Setitimer.c1
-rw-r--r--rts/posix/itimer/TimerCreate.c1
5 files changed, 0 insertions, 16 deletions
diff --git a/rts/posix/Itimer.h b/rts/posix/Itimer.h
deleted file mode 100644
index 7996da7..0000000
--- a/rts/posix/Itimer.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team 1998-2005
- *
- * Interval timer for profiling and pre-emptive scheduling.
- *
- * ---------------------------------------------------------------------------*/
-
-#ifndef ITIMER_H
-#define ITIMER_H
-
-#endif /* ITIMER_H */
diff --git a/rts/posix/Select.c b/rts/posix/Select.c
index d5c9b55..bd9ddfa 100644
--- a/rts/posix/Select.c
+++ b/rts/posix/Select.c
@@ -17,7 +17,6 @@
#include "Prelude.h"
#include "RaiseAsync.h"
#include "RtsUtils.h"
-#include "Itimer.h"
#include "Capability.h"
#include "Select.h"
#include "AwaitEvent.h"
diff --git a/rts/posix/itimer/Pthread.c b/rts/posix/itimer/Pthread.c
index 2133a5b4..3117b9f 100644
--- a/rts/posix/itimer/Pthread.c
+++ b/rts/posix/itimer/Pthread.c
@@ -39,7 +39,6 @@
#include "Rts.h"
#include "Ticker.h"
-#include "posix/Itimer.h"
#include "Proftimer.h"
#include "Schedule.h"
#include "posix/Clock.h"
diff --git a/rts/posix/itimer/Setitimer.c b/rts/posix/itimer/Setitimer.c
index c44e8d8..30dfa21 100644
--- a/rts/posix/itimer/Setitimer.c
+++ b/rts/posix/itimer/Setitimer.c
@@ -10,7 +10,6 @@
#include "Rts.h"
#include "Ticker.h"
-#include "posix/Itimer.h"
#include "Proftimer.h"
#include "Schedule.h"
#include "posix/Clock.h"
diff --git a/rts/posix/itimer/TimerCreate.c b/rts/posix/itimer/TimerCreate.c
index a4fb2b5..a5fe8ce 100644
--- a/rts/posix/itimer/TimerCreate.c
+++ b/rts/posix/itimer/TimerCreate.c
@@ -10,7 +10,6 @@
#include "Rts.h"
#include "Ticker.h"
-#include "posix/Itimer.h"
#include "Proftimer.h"
#include "Schedule.h"
#include "posix/Clock.h"