diff options
| -rw-r--r-- | libartbase/base/utils.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libartbase/base/utils.cc b/libartbase/base/utils.cc index efb727f950..3f057604c1 100644 --- a/libartbase/base/utils.cc +++ b/libartbase/base/utils.cc @@ -44,13 +44,6 @@ #include "AvailabilityMacros.h" // For MAC_OS_X_VERSION_MAX_ALLOWED #endif -#if defined(__BIONIC__) -// membarrier(2) is only supported for target builds (b/111199492). -#include <linux/membarrier.h> -// NOLINTNEXTLINE - inclusion of syscall is dependent on arch -#include <sys/syscall.h> -#endif - #if defined(__linux__) #include <linux/unistd.h> // NOLINTNEXTLINE - inclusion of syscall is dependent on arch |