Skip to content

Commit 07d725d

Browse files
committed
Remove unused __APPLE__ mach_vm.h include
1 parent 78e0cc7 commit 07d725d

File tree

1 file changed

+0
-4
lines changed
  • portable/ThirdParty/GCC/Posix

1 file changed

+0
-4
lines changed

portable/ThirdParty/GCC/Posix/port.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
#include <time.h>
6666
#include <unistd.h>
6767

68-
#ifdef __APPLE__
69-
#include <mach/mach_vm.h>
70-
#endif
71-
7268
/* Scheduler includes. */
7369
#include "FreeRTOS.h"
7470
#include "task.h"

0 commit comments

Comments
 (0)