summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-09-24 16:41:03 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-30 02:49:41 -0400
commit9befd94d79a78fd53a28a4ce051a91d2215d069c (patch)
tree35380e9cae2887f8aeccb0ed7db6887fd7e0d3d9 /includes
parentdf3f58807580bc2762086e063e3823b05de6fd64 (diff)
downloadhaskell-9befd94d79a78fd53a28a4ce051a91d2215d069c.tar.gz
Remove unused global variables
Some removed globals variables were still declared in the RTS. They were removed in the following commits: * 4fc6524a2a4a0003495a96c8b84783286f65c198 * 0dc7985663efa1739aafb480759e2e2e7fca2a36 * bbd3c399939311ec3e308721ab87ca6b9443f358
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/Globals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/rts/Globals.h b/includes/rts/Globals.h
index 15d8e19f93..8d8df48b21 100644
--- a/includes/rts/Globals.h
+++ b/includes/rts/Globals.h
@@ -29,10 +29,6 @@ mkStoreAccessorPrototype(SystemEventThreadIOManagerThreadStore)
mkStoreAccessorPrototype(SystemTimerThreadEventManagerStore)
mkStoreAccessorPrototype(SystemTimerThreadIOManagerThreadStore)
mkStoreAccessorPrototype(LibHSghcFastStringTable)
-mkStoreAccessorPrototype(LibHSghcPersistentLinkerState)
-mkStoreAccessorPrototype(LibHSghcInitLinkerDone)
mkStoreAccessorPrototype(LibHSghcGlobalHasPprDebug)
mkStoreAccessorPrototype(LibHSghcGlobalHasNoDebugOutput)
mkStoreAccessorPrototype(LibHSghcGlobalHasNoStateHack)
-mkStoreAccessorPrototype(LibHSghcStaticOptions)
-mkStoreAccessorPrototype(LibHSghcStaticOptionsReady)