summaryrefslogtreecommitdiff
path: root/include/thr_alarm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thr_alarm.h')
-rw-r--r--include/thr_alarm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/thr_alarm.h b/include/thr_alarm.h
index db3091fb8d0..90f785c022f 100644
--- a/include/thr_alarm.h
+++ b/include/thr_alarm.h
@@ -72,14 +72,6 @@ typedef struct st_thr_alarm_entry
rf_SetTimer crono;
} thr_alarm_entry;
-#elif defined(__EMX__) || defined(OS2)
-
-typedef struct st_thr_alarm_entry
-{
- uint crono;
- uint event;
-} thr_alarm_entry;
-
#else /* System with posix threads */
typedef int thr_alarm_entry;