Use message-passing to implement throwTo in the RTS
[ghc-hetmet.git] / rts / sm / GC.c
index 2eabdab..ae6fc99 100644 (file)
@@ -732,7 +732,6 @@ SET_GCT(gc_threads[0]);
   // send exceptions to any threads which were about to die 
   RELEASE_SM_LOCK;
   resurrectThreads(resurrected_threads);
-  performPendingThrowTos(exception_threads);
   ACQUIRE_SM_LOCK;
 
   // Update the stable pointer hash table.