mt: Remove unused code
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
This commit is contained in:
parent
ab1491be69
commit
82afa72c13
@ -183,18 +183,9 @@ void mtarch_pstop(void);
|
||||
|
||||
struct mt_thread {
|
||||
int state;
|
||||
process_event_t *evptr;
|
||||
process_data_t *dataptr;
|
||||
struct mtarch_thread thread;
|
||||
};
|
||||
|
||||
/**
|
||||
* No error.
|
||||
*
|
||||
* \hideinitializer
|
||||
*/
|
||||
#define MT_OK 1
|
||||
|
||||
/**
|
||||
* Initializes the multithreading library.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user