summaryrefslogtreecommitdiff
path: root/includes/rts/Globals.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-07-08 10:47:57 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-07-12 11:16:14 +0100
commita624378d7d6a3cb2481466cc2e11cc5f1caf0a3f (patch)
treeaf2ed0b453c4a2e4eee784d59fd16eb86b1a1c36 /includes/rts/Globals.h
parent52ddeaaedfed3135a739585b41fdd2ad4f1f8e81 (diff)
downloadhaskell-a624378d7d6a3cb2481466cc2e11cc5f1caf0a3f.tar.gz
remove getOrSetTypeableStore. This is no longer used after the switch
to using MD5 hashes to identify TypeReps in the Typeable library.
Diffstat (limited to 'includes/rts/Globals.h')
-rw-r--r--includes/rts/Globals.h1
1 files changed, 0 insertions, 1 deletions
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);