[commit: base] master: Remove functions to step the system io manager in preparation for parallel io manager changes. (4eee069)
Johan Tibell
johan.tibell at gmail.com
Tue Feb 12 07:49:57 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4eee06996d0486063c2bde7a0aa640222d7435c2
>---------------------------------------------------------------
commit 4eee06996d0486063c2bde7a0aa640222d7435c2
Author: Andreas Voellmy <andreas.voellmy at gmail.com>
Date: Wed Dec 19 22:27:49 2012 -0500
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.
>---------------------------------------------------------------
GHC/Event.hs | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/GHC/Event.hs b/GHC/Event.hs
index f0c2edd..257412f 100644
--- a/GHC/Event.hs
+++ b/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
More information about the ghc-commits
mailing list