diff options
| author | Mike Makonnen <mtm@FreeBSD.org> | 2004-05-20 12:06:16 +0000 |
|---|---|---|
| committer | Mike Makonnen <mtm@FreeBSD.org> | 2004-05-20 12:06:16 +0000 |
| commit | 4cd18a22d554e7205ddf0408badbda02411ed51e (patch) | |
| tree | 191973c93de49160bb4144ea98ee350f5906d883 /lib/libthr/thread/thr_create.c | |
| parent | 3ef392f38b3dfe29567e295d07ec36e8d34056a8 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_create.c')
| -rw-r--r-- | lib/libthr/thread/thr_create.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_create.c b/lib/libthr/thread/thr_create.c index 5f1887d4a506..27b19c6a808b 100644 --- a/lib/libthr/thread/thr_create.c +++ b/lib/libthr/thread/thr_create.c @@ -48,7 +48,6 @@ static u_int64_t next_uniqueid = 1; #define OFF(f) offsetof(struct pthread, f) int _thread_next_offset = OFF(tle.tqe_next); int _thread_uniqueid_offset = OFF(uniqueid); -int _thread_state_offset = OFF(state); int _thread_name_offset = OFF(name); int _thread_ctx_offset = OFF(ctx); #undef OFF |
