diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/threads.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index d630ca16c..a98faf792 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -136,8 +136,6 @@ struct Thread { /** Thread option: Termination requested flag.*/ #define P_TERMINATE 1 -/** Thread option: Create suspended thread.*/ -#define P_SUSPENDED 2 /** Pseudo priority used by the ready list header, do not use.*/ #define NOPRIO 0 |