summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Voellmy <andreas.voellmy@gmail.com>2012-12-19 22:27:49 -0500
committerJohan Tibell <johan.tibell@gmail.com>2013-02-11 21:38:04 -0800
commit298f0db49c0b218dc17fdfffec2e72cc86e2510e (patch)
tree61d75c656b3e8f6e96cd5dd0a4f069c7f59fb6ed
parent2e86f4f609670a3d3ed05cedcf583326af670d9b (diff)
downloadhaskell-298f0db49c0b218dc17fdfffec2e72cc86e2510e.tar.gz
Remove functions to step the system io manager in preparation for parallel io manager changes.
These functions are considered GHC-private and are not used by any packages on hackage.
-rw-r--r--libraries/base/GHC/Event.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/base/GHC/Event.hs b/libraries/base/GHC/Event.hs
index f0c2edd803..257412fa48 100644
--- a/libraries/base/GHC/Event.hs
+++ b/libraries/base/GHC/Event.hs
@@ -15,13 +15,6 @@ module GHC.Event
-- * Creation
, getSystemEventManager
- -- * Running
- , loop
-
- -- ** Stepwise running
- , step
- , shutdown
-
-- * Registering interest in I/O events
, Event
, evtRead