this didn't actually fix FreeBSD, so let's leave it out

keeping the define anyway in case it's needed on some other platform
though
This commit is contained in:
Nadia Holmquist Pedersen 2023-07-25 14:21:56 +02:00
parent 680bcb9de0
commit bd1cf478ad
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ using Platform::LogLevel;
*/
#if defined(__APPLE__) || defined(__FreeBSD__)
#if defined(__APPLE__)
#define NEEDS_ANON_MAP
#endif