From 70a2431f90fa932733ce015714ef7848640ed48f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 1 Apr 2010 09:35:19 +0000 Subject: Remove the IND_OLDGEN and IND_OLDGEN_PERM closure types These are no longer used: once upon a time they used to have different layout from IND and IND_PERM respectively, but that is no longer the case since we changed the remembered set to be an array of addresses instead of a linked list of closures. --- includes/stg/MiscClosures.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes/stg') diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 0aa6f99675..9b2bb600da 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -83,8 +83,6 @@ RTS_ENTRY(stg_IND); RTS_ENTRY(stg_IND_direct); RTS_ENTRY(stg_IND_STATIC); RTS_ENTRY(stg_IND_PERM); -RTS_ENTRY(stg_IND_OLDGEN); -RTS_ENTRY(stg_IND_OLDGEN_PERM); RTS_ENTRY(stg_BLACKHOLE); RTS_ENTRY(stg_CAF_BLACKHOLE); RTS_ENTRY(__stg_EAGER_BLACKHOLE); -- cgit v1.2.1