[project @ 1998-08-13 17:50:25 by sof]
authorsof <unknown>
Thu, 13 Aug 1998 17:50:25 +0000 (17:50 +0000)
committersof <unknown>
Thu, 13 Aug 1998 17:50:25 +0000 (17:50 +0000)
Unused bunch of prototypes

ghc/lib/misc/cbits/decls.h [deleted file]

diff --git a/ghc/lib/misc/cbits/decls.h b/ghc/lib/misc/cbits/decls.h
deleted file mode 100644 (file)
index c15ce41..0000000
+++ /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