diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-04-06 13:57:31 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-04-06 13:57:31 +0000 |
commit | ed60415691d3e58f9e06e27a395c6063502dbee2 (patch) | |
tree | 89887349d79c19f91c9573bdac404989977b27ee /lib/libthr/thread/thr_init.c | |
parent | a991e5caf862c4e7b2c366423ba5e4953488d250 (diff) | |
download | FreeBSD-src-ed60415691d3e58f9e06e27a395c6063502dbee2.zip FreeBSD-src-ed60415691d3e58f9e06e27a395c6063502dbee2.tar.gz |
Remove unique id field which is no longer used by debugger.
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() */ } |