Cleanup unused defines in platform code
This commit is contained in:
parent
e413d1c9c3
commit
a92c564a02
5 changed files with 7 additions and 32 deletions
|
|
@ -28,7 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#if defined(UNIX_ENABLED) || defined(PTHREAD_ENABLED)
|
||||
#if defined(UNIX_ENABLED)
|
||||
|
||||
#include "thread_posix.h"
|
||||
|
||||
|
|
@ -73,4 +73,4 @@ void init_thread_posix() {
|
|||
Thread::_set_platform_functions({ .set_name = set_name });
|
||||
}
|
||||
|
||||
#endif // UNIX_ENABLED || PTHREAD_ENABLED
|
||||
#endif // UNIX_ENABLED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue