Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / posix / Itimer.h
diff --git a/ghc/rts/posix/Itimer.h b/ghc/rts/posix/Itimer.h
deleted file mode 100644 (file)
index 09d01bd..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team 1998-2005
- *
- * Interval timer for profiling and pre-emptive scheduling.
- *
- * ---------------------------------------------------------------------------*/
-
-#ifndef ITIMER_H
-#define ITIMER_H
-
-extern lnat getourtimeofday   ( void );
-#if 0
-/* unused */
-extern void block_vtalrm_signal       ( void );
-extern void unblock_vtalrm_signal     ( void );
-#endif
-
-#endif /* ITIMER_H */