diff options
Diffstat (limited to 'libraries/base/GHC/Conc/Sync.hs-boot')
-rw-r--r-- | libraries/base/GHC/Conc/Sync.hs-boot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/GHC/Conc/Sync.hs-boot b/libraries/base/GHC/Conc/Sync.hs-boot index 07b4ef05ab..4a8e4192c2 100644 --- a/libraries/base/GHC/Conc/Sync.hs-boot +++ b/libraries/base/GHC/Conc/Sync.hs-boot @@ -49,8 +49,6 @@ data BlockReason -- ^blocked in 'retry' in an STM transaction | BlockedOnForeignCall -- ^currently in a foreign call - | BlockedOnIOCompletion - -- ^currently blocked on an I/O Completion port | BlockedOnOther -- ^blocked on some other resource. Without @-threaded@, -- I\/O and 'threadDelay' show up as 'BlockedOnOther', with @-threaded@ |