fix (kernel): removed not needed enum

This commit is contained in:
antifallobst 2023-02-19 00:07:02 +01:00
parent f550660e21
commit fa014b5b5c
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@
#include "utils/stdtypes.h" #include "utils/stdtypes.h"
#include "platform/cpu.h" #include "platform/cpu.h"
typedef enum {
THREAD_NONE = -1
} thread_standard_E;
typedef struct thread_descriptor_T thread_descriptor_T; typedef struct thread_descriptor_T thread_descriptor_T;
typedef const thread_descriptor_T* thread_t; typedef const thread_descriptor_T* thread_t;