summaryrefslogtreecommitdiffstats
path: root/xpcom/build/XREChildData.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/build/XREChildData.h')
-rw-r--r--xpcom/build/XREChildData.h3
1 files changed, 0 insertions, 3 deletions
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<mozilla::gmp::GMPLoader> gmpLoader;
-#endif
-
};
#endif // XREChildData_h