threads: remove the unused TID_BUFFER_SIZE macro

This commit is contained in:
Mateusz Guzik 2020-11-10 01:31:06 +00:00
parent 934e7e5ec9
commit 94275e3e69

View File

@ -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;