Reorganisation of the source tree
[ghc-hetmet.git] / ghc / rts / Ticker.h
diff --git a/ghc/rts/Ticker.h b/ghc/rts/Ticker.h
deleted file mode 100644 (file)
index f955576..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team 2005
- *
- * Ticker interface (implementation is OS-specific)
- *
- * ---------------------------------------------------------------------------*/
-
-#ifndef TICKER_H
-#define TICKER_H
-
-extern int  startTicker( nat ms, TickProc handle_tick );
-extern int  stopTicker ( void );
-
-#endif /* TICKER_H */