Index: webrtc/base/helpers.h |
diff --git a/webrtc/base/helpers.h b/webrtc/base/helpers.h |
index 0e7937362a334c7cc29bc9a3ff203c1f7fec647c..690ed39aeb4c84baf4be763105022e708749d1b6 100644 |
--- a/webrtc/base/helpers.h |
+++ b/webrtc/base/helpers.h |
@@ -25,7 +25,6 @@ bool InitRandom(const char* seed, size_t len); |
// Generates a (cryptographically) random string of the given length. |
// We generate base64 values so that they will be printable. |
-// WARNING: could silently fail. Use the version below instead. |
std::string CreateRandomString(size_t length); |
// Generates a (cryptographically) random string of the given length. |