summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc/lib/misc/cbits/decls.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ghc/lib/misc/cbits/decls.h b/ghc/lib/misc/cbits/decls.h
deleted file mode 100644
index c15ce41e94..0000000000
--- a/ghc/lib/misc/cbits/decls.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef GHC_CBITS_DECLS_H
-#define GHC_CBITS_DECLS_H
-
-StgByteArray getCPUTime(StgByteArray);
-StgInt getClockTime(StgByteArray, StgByteArray);
-StgAddr showTime(I_, StgByteArray, StgByteArray);
-StgAddr toClockSec(I_, I_, I_, I_, I_, I_, I_, StgByteArray);
-StgAddr toLocalTime(I_, StgByteArray, StgByteArray);
-StgAddr toUTCTime (I_, StgByteArray, StgByteArray);
-
-#endif