model: privatize some thread functions
[c11tester.git] / threads.cc
index f417b3ff353fa3a59a23328c44dfb6b908f4727c..00e5c2fbd4a0f1287ac6b68b8be50a1a49b82bd8 100644 (file)
@@ -180,7 +180,6 @@ Thread::~Thread()
 {
        if (!is_complete())
                complete();
-       model->remove_thread(this);
 }
 
 /** @return The thread_id_t corresponding to this Thread object. */