diff options
author | sof <unknown> | 1998-08-13 17:50:25 +0000 |
---|---|---|
committer | sof <unknown> | 1998-08-13 17:50:25 +0000 |
commit | 2a62415d5fb5e094a99e77f9562866b227fa4b33 (patch) | |
tree | 54b93b61c862a8cba5e935cc24979cc7680ae14b /ghc/lib/misc/cbits/decls.h | |
parent | fa7605804521e04066b31fcc91e5e0872334f995 (diff) | |
download | haskell-2a62415d5fb5e094a99e77f9562866b227fa4b33.tar.gz |
[project @ 1998-08-13 17:50:25 by sof]
Unused bunch of prototypes
Diffstat (limited to 'ghc/lib/misc/cbits/decls.h')
-rw-r--r-- | ghc/lib/misc/cbits/decls.h | 11 |
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 |