summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Control/Concurrent/Lifted/Instrument.hs1
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
54labelThread :: ThreadId -> String -> IO () 54labelThread :: ThreadId -> String -> IO ()
55labelThread tid s = do 55labelThread 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
60threadsInformation :: IO [PerThread] 59threadsInformation :: IO [PerThread]