threads: remove the unused TID_BUFFER_SIZE macro
This commit is contained in:
parent
934e7e5ec9
commit
94275e3e69
@ -136,8 +136,6 @@ static void thread_zombie(struct thread *);
|
||||
static int thread_unsuspend_one(struct thread *td, struct proc *p,
|
||||
bool boundary);
|
||||
|
||||
#define TID_BUFFER_SIZE 1024
|
||||
|
||||
static struct mtx tid_lock;
|
||||
static bitstr_t *tid_bitmap;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user