From da15aa0fdf5ec769a0973a00d84f9fa090de0b60 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 22 Feb 2020 19:03:00 -0500 Subject: Issue #1053 - Remove android support from XPCOM --- xpcom/build/XREChildData.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xpcom/build/XREChildData.h') diff --git a/xpcom/build/XREChildData.h b/xpcom/build/XREChildData.h index c849131d6..7cda74d97 100644 --- a/xpcom/build/XREChildData.h +++ b/xpcom/build/XREChildData.h @@ -20,13 +20,10 @@ class GMPLoader; */ struct XREChildData { -#if !defined(MOZ_WIDGET_ANDROID) /** * Used to load the GMP binary. */ mozilla::UniquePtr gmpLoader; -#endif - }; #endif // XREChildData_h -- cgit v1.2.3