diff options
Diffstat (limited to 'ghc/lib/std/cbits/stgio.h')
-rw-r--r-- | ghc/lib/std/cbits/stgio.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ghc/lib/std/cbits/stgio.h b/ghc/lib/std/cbits/stgio.h index 9734281619..87fb04fd04 100644 --- a/ghc/lib/std/cbits/stgio.h +++ b/ghc/lib/std/cbits/stgio.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: stgio.h,v 1.28 2001/04/02 16:10:33 rrt Exp $ + * $Id: stgio.h,v 1.29 2001/05/08 08:55:18 simonmar Exp $ * * (c) The GRASP/AQUA Project, Glasgow University, 1994-1999 * @@ -109,10 +109,6 @@ StgAddr ref_freeFileObject (void); /* getBufferMode.c */ StgInt getBufferMode (StgForeignPtr); -/* getCPUTime.c */ -StgInt getCPUTime (StgByteArray); -StgInt clockTicks(void); - /* getLock.c */ int lockFile (int, int, int); int unlockFile (int); |