From 2a62415d5fb5e094a99e77f9562866b227fa4b33 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 13 Aug 1998 17:50:25 +0000 Subject: [PATCH] [project @ 1998-08-13 17:50:25 by sof] Unused bunch of prototypes --- ghc/lib/misc/cbits/decls.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ghc/lib/misc/cbits/decls.h diff --git a/ghc/lib/misc/cbits/decls.h b/ghc/lib/misc/cbits/decls.h deleted file mode 100644 index c15ce41..0000000 --- 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 -- 1.7.10.4