summaryrefslogtreecommitdiffstats
path: root/include/tcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tcb.h')
-rw-r--r--include/tcb.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/tcb.h b/include/tcb.h
index 6545083..c28a860 100644
--- a/include/tcb.h
+++ b/include/tcb.h
@@ -4,15 +4,6 @@
#include <stddef.h>
#include <stdint.h>
-typedef struct jove_ThreadControlBlock
-{
- uintmax_t id;
- struct jove_ThreadControlBlock *children;
- struct jove_ThreadControlBlock *next;
- void *stack;
- uintptr_t sp, ksp;
- void *pml4;
-} tcb_t;
#endif