summaryrefslogtreecommitdiffstats
path: root/xpcom/base/nsUUIDGenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/base/nsUUIDGenerator.cpp')
-rw-r--r--xpcom/base/nsUUIDGenerator.cpp4
1 files changed, 0 insertions, 4 deletions
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)