diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 6278ae8f50e8..52b47efe4a2e 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -328,7 +328,6 @@ struct thread { * To change these you MUST have the scheduler lock. */ #define TDF_BORROWING 0x00000001 /* Thread is borrowing pri from another. */ -#define TDF_UNUSED0 0x00000001 /* --available -- */ #define TDF_INPANIC 0x00000002 /* Caused a panic, let it drive crashdump. */ #define TDF_SINTR 0x00000008 /* Sleep is interruptible. */ #define TDF_TIMEOUT 0x00000010 /* Timing out during sleep. */