Do not set thread name to less than informative 'initial thread'.

This commit is contained in:
kan 2011-06-19 13:35:36 +00:00
parent 36e4b60408
commit 7427a39f73

View File

@ -409,7 +409,6 @@ init_main_thread(struct pthread *thread)
thread->cancel_enable = 1;
thread->cancel_async = 0;
thr_set_name(thread->tid, "initial thread");
/* Initialize the mutex queue: */
TAILQ_INIT(&thread->mutexq);