From a624378d7d6a3cb2481466cc2e11cc5f1caf0a3f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 8 Jul 2011 10:47:57 +0100 Subject: remove getOrSetTypeableStore. This is no longer used after the switch to using MD5 hashes to identify TypeReps in the Typeable library. --- includes/rts/Globals.h | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') diff --git a/includes/rts/Globals.h b/includes/rts/Globals.h index 218b7ef155..9a2fbd0dd4 100644 --- a/includes/rts/Globals.h +++ b/includes/rts/Globals.h @@ -17,7 +17,6 @@ #ifndef RTS_GLOBALS_H #define RTS_GLOBALS_H -StgStablePtr getOrSetTypeableStore(StgStablePtr value); StgStablePtr getOrSetGHCConcSignalSignalHandlerStore(StgStablePtr value); StgStablePtr getOrSetGHCConcWindowsPendingDelaysStore(StgStablePtr ptr); StgStablePtr getOrSetGHCConcWindowsIOManagerThreadStore(StgStablePtr ptr); -- cgit v1.2.1