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/base/nsUUIDGenerator.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xpcom/base/nsUUIDGenerator.cpp') diff --git a/xpcom/base/nsUUIDGenerator.cpp b/xpcom/base/nsUUIDGenerator.cpp index 254a01322..12fe4ec2e 100644 --- a/xpcom/base/nsUUIDGenerator.cpp +++ b/xpcom/base/nsUUIDGenerator.cpp @@ -16,10 +16,6 @@ #include "nsUUIDGenerator.h" -#ifdef ANDROID -extern "C" NS_EXPORT void arc4random_buf(void*, size_t); -#endif - using namespace mozilla; NS_IMPL_ISUPPORTS(nsUUIDGenerator, nsIUUIDGenerator) -- cgit v1.2.3