summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsof <unknown>1998-08-13 17:50:25 +0000
committersof <unknown>1998-08-13 17:50:25 +0000
commit2a62415d5fb5e094a99e77f9562866b227fa4b33 (patch)
tree54b93b61c862a8cba5e935cc24979cc7680ae14b
parentfa7605804521e04066b31fcc91e5e0872334f995 (diff)
downloadhaskell-2a62415d5fb5e094a99e77f9562866b227fa4b33.tar.gz
[project @ 1998-08-13 17:50:25 by sof]
Unused bunch of prototypes
-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