diff options
Diffstat (limited to 'xpcom/base/nsUUIDGenerator.cpp')
-rw-r--r-- | xpcom/base/nsUUIDGenerator.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xpcom/base/nsUUIDGenerator.cpp b/xpcom/base/nsUUIDGenerator.cpp index 254a013227..12fe4ec2ea 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) |