fix (kernel): removed not needed enum
This commit is contained in:
parent
f550660e21
commit
fa014b5b5c
|
@ -19,10 +19,6 @@
|
|||
#include "utils/stdtypes.h"
|
||||
#include "platform/cpu.h"
|
||||
|
||||
typedef enum {
|
||||
THREAD_NONE = -1
|
||||
} thread_standard_E;
|
||||
|
||||
typedef struct thread_descriptor_T thread_descriptor_T;
|
||||
typedef const thread_descriptor_T* thread_t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue