diff options
Diffstat (limited to 'lib/libthr/thread/thr_init.c')
-rw-r--r-- | lib/libthr/thread/thr_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_init.c b/lib/libthr/thread/thr_init.c index f9545c2..a0f4e5c 100644 --- a/lib/libthr/thread/thr_init.c +++ b/lib/libthr/thread/thr_init.c @@ -369,7 +369,6 @@ init_main_thread(struct pthread *thread) TAILQ_INIT(&thread->pri_mutexq); thread->state = PS_RUNNING; - thread->uniqueid = 0; /* Others cleared to zero by thr_alloc() */ } |