diff options
Diffstat (limited to 'rts/Globals.c')
-rw-r--r-- | rts/Globals.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/Globals.c b/rts/Globals.c index 7b8967f685..06b2f9721f 100644 --- a/rts/Globals.c +++ b/rts/Globals.c @@ -19,7 +19,6 @@ #include "Stable.h" typedef enum { - TypeableStore, GHCConcSignalSignalHandlerStore, GHCConcWindowsPendingDelaysStore, GHCConcWindowsIOManagerThreadStore, @@ -80,13 +79,6 @@ static StgStablePtr getOrSetKey(StoreKey key, StgStablePtr ptr) return ret; } - -StgStablePtr -getOrSetTypeableStore(StgStablePtr ptr) -{ - return getOrSetKey(TypeableStore,ptr); -} - StgStablePtr getOrSetGHCConcSignalSignalHandlerStore(StgStablePtr ptr) { |