platforms: remove TODO

It turns out Mac OS X v10.11.6 (El Capitan) is still covered by security
updates at this time, so not end-of-lifed, so we might as well keep
these legacy things.
This commit is contained in:
Julian Oes
2018-11-15 11:08:32 +01:00
parent 22b584b3b4
commit b13600ed1a
-1
View File
@@ -5,7 +5,6 @@
#include <pthread.h>
#if defined(__PX4_APPLE_LEGACY)
// TODO: check if this is required
#define clockid_t unsigned
#endif