From: sof Date: Thu, 13 Aug 1998 17:50:25 +0000 (+0000) Subject: [project @ 1998-08-13 17:50:25 by sof] X-Git-Tag: Approx_2487_patches~448 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2a62415d5fb5e094a99e77f9562866b227fa4b33;p=ghc-hetmet.git [project @ 1998-08-13 17:50:25 by sof] Unused bunch of prototypes --- 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