From 82afa72c1354ccfd392fbaa9adb863d33f85c843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Date: Wed, 10 Aug 2016 03:53:58 +0200 Subject: [PATCH] mt: Remove unused code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Benoît Thébaudeau --- core/sys/mt.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/sys/mt.h b/core/sys/mt.h index f6296e24a..6db215084 100644 --- a/core/sys/mt.h +++ b/core/sys/mt.h @@ -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. *