diff options
Diffstat (limited to 'src/Control/Concurrent')
-rw-r--r-- | src/Control/Concurrent/Lifted/Instrument.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Control/Concurrent/Lifted/Instrument.hs b/src/Control/Concurrent/Lifted/Instrument.hs index e4582375..29bac871 100644 --- a/src/Control/Concurrent/Lifted/Instrument.hs +++ b/src/Control/Concurrent/Lifted/Instrument.hs | |||
@@ -54,7 +54,6 @@ fork action = do | |||
54 | labelThread :: ThreadId -> String -> IO () | 54 | labelThread :: ThreadId -> String -> IO () |
55 | labelThread tid s = do | 55 | labelThread tid s = do |
56 | GHC.labelThread tid s | 56 | GHC.labelThread tid s |
57 | putStrLn $ "labelThread "++s++" "++show tid | ||
58 | modifyThreads $ Map.adjust (\pt -> pt { lbl = s }) tid | 57 | modifyThreads $ Map.adjust (\pt -> pt { lbl = s }) tid |
59 | 58 | ||
60 | threadsInformation :: IO [PerThread] | 59 | threadsInformation :: IO [PerThread] |