Implement stack chunks and separate TSO/STACK objects
[ghc-hetmet.git] / rts / sm / MarkWeak.c
index aadd575..72f0ade 100644 (file)
@@ -260,12 +260,6 @@ static rtsBool tidyThreadList (generation *gen)
         }
         
         ASSERT(get_itbl(t)->type == TSO);
-        if (t->what_next == ThreadRelocated) {
-            next = t->_link;
-            *prev = next;
-            continue;
-        }
-        
         next = t->global_link;
         
         // if the thread is not masking exceptions but there are