[project @ 2001-01-24 15:39:50 by simonmar]
[ghc-hetmet.git] / ghc / rts / Linker.h
index d4b723e..5ec2c01 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Linker.h,v 1.1 2000/10/06 15:33:27 simonmar Exp $
+ * $Id: Linker.h,v 1.2 2001/01/24 15:39:50 simonmar Exp $
  *
  * (c) The GHC Team, 2000
  *
@@ -21,9 +21,3 @@ HsInt loadObj( char *path );
 
 /* resolve all the currently unlinked objects in memory */
 HsInt resolveObjs( void );
-
-/* These three are used by the garbage collector (see ClosureMacros.h,
-   IS_CODE_PTR etc.). */
-int is_dynamically_loaded_code_or_rodata_ptr ( char* p );
-int is_dynamically_loaded_rwdata_ptr ( char* p );
-int is_not_dynamically_loaded_ptr ( char* p );