Skip to content

Commit 6845910

Browse files
committed
Fix features.h inclusion gone wrong
1 parent 4c730f1 commit 6845910

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/_TestingInternals/Stubs.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626

2727
#include "Stubs.h"
2828

29-
#include <features.h>
30-
31-
#if defined(__linux__) || defined(__FreeBSD__)
32-
#endif
33-
3429
#if defined(__linux__)
3530
int swt_pthread_setname_np(pthread_t thread, const char *name) {
3631
return pthread_setname_np(thread, name);

0 commit comments

Comments
 (0)