diff options
Diffstat (limited to 'ghc/interpreter/connect.h')
| -rw-r--r-- | ghc/interpreter/connect.h | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/ghc/interpreter/connect.h b/ghc/interpreter/connect.h index 127a2361b6..430e130b29 100644 --- a/ghc/interpreter/connect.h +++ b/ghc/interpreter/connect.h @@ -9,8 +9,8 @@ * included in the distribution. * * $RCSfile: connect.h,v $ - * $Revision: 1.40 $ - * $Date: 2000/04/27 16:35:29 $ + * $Revision: 1.41 $ + * $Date: 2000/05/10 09:00:20 $ * ------------------------------------------------------------------------*/ /* -------------------------------------------------------------------------- @@ -526,20 +526,6 @@ extern FILE *outputStream; /* current output stream */ extern Int outColumn; /* current output column number */ - -/*--------------------------------------------------------------------------- - * Crude profiling (probably doesn't work) - *-------------------------------------------------------------------------*/ - -#ifdef CRUDE_PROFILING -extern void cp_init ( void ); -extern void cp_enter ( Cell /*StgVar*/ ); -extern void cp_bill_words ( int ); -extern void cp_bill_insns ( int ); -extern void cp_show ( void ); -#endif - - /*--------------------------------------------------------------------------- * For dynamic.c and general object-related stuff *-------------------------------------------------------------------------*/ |
