diff options
author | David Xu <davidxu@FreeBSD.org> | 2003-06-04 03:22:59 +0000 |
---|---|---|
committer | David Xu <davidxu@FreeBSD.org> | 2003-06-04 03:22:59 +0000 |
commit | e84a8d0d6598da8c37c44365dc74e12aa90ca17a (patch) | |
tree | 279a4fd8223b57e2a26737782d9852079fbff7bc /lib/libpthread/thread/thr_kern.c | |
parent | 7fc03ef474957a0437c68debe3b652f082d46c41 (diff) |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_kern.c')
-rw-r--r-- | lib/libpthread/thread/thr_kern.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libpthread/thread/thr_kern.c b/lib/libpthread/thread/thr_kern.c index 8eb084d95f1a..365d7999fe5c 100644 --- a/lib/libpthread/thread/thr_kern.c +++ b/lib/libpthread/thread/thr_kern.c @@ -97,10 +97,6 @@ __FBSDID("$FreeBSD$"); #define KSE_RUNQ_THREADS(kse) ((kse)->k_schedq->sq_runq.pq_threads) -#ifndef KMF_DONE -#define KMF_DONE 0x04 -#endif - /* * We've got to keep track of everything that is allocated, not only * to have a speedy free list, but also so they can be deallocated |