Index: Source/wtf/RandomNumber.h |
diff --git a/Source/wtf/RandomNumber.h b/Source/wtf/RandomNumber.h |
index 362be604abb99b53532393619829a65d67cac267..fc57114237b30847975454f1435d27d2a1918dc0 100644 |
--- a/Source/wtf/RandomNumber.h |
+++ b/Source/wtf/RandomNumber.h |
@@ -28,12 +28,6 @@ |
namespace WTF { |
-#if !USE(OS_RANDOMNESS) |
-namespace Internal { |
-void initializeRandomNumber(uint64_t); |
-} |
-#endif |
- |
// Returns a pseudo-random number in the range [0, 1), attempts to be |
// cryptographically secure if possible on the target platform |
WTF_EXPORT_PRIVATE double randomNumber(); |