From ae2a160348562dfa5361f1e68226365b240c9597 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 26 Dec 2020 10:16:55 +0000 Subject: Issue #1053 - Part 2a: Remove android from /layout (partial) This removes android code from base, build, forms, generic, inspector, style, printing, tools and xul. --- layout/style/nsCSSPseudoElements.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'layout/style/nsCSSPseudoElements.h') diff --git a/layout/style/nsCSSPseudoElements.h b/layout/style/nsCSSPseudoElements.h index 64eb2f00c..22c744ad0 100644 --- a/layout/style/nsCSSPseudoElements.h +++ b/layout/style/nsCSSPseudoElements.h @@ -115,15 +115,6 @@ public: private: // Does the given pseudo-element have all of the flags given? - - // Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64037 , - // which is a general gcc bug that we seem to have hit only on Android/x86. -#if defined(ANDROID) && defined(__i386__) && defined(__GNUC__) && \ - !defined(__clang__) -#if (MOZ_GCC_VERSION_AT_MOST(4,9,2)) - __attribute__((noinline)) -#endif -#endif static bool PseudoElementHasFlags(const Type aType, uint32_t aFlags) { MOZ_ASSERT(aType < Type::Count); -- cgit v1.2.3