| Index: crypto/ec_private_key.h
|
| diff --git a/crypto/ec_private_key.h b/crypto/ec_private_key.h
|
| index 87af838904ae63b09e472f74ee25cd3aaa814b76..a3ba49d3fb05fe43a7baceb20e5e856e463673ce 100644
|
| --- a/crypto/ec_private_key.h
|
| +++ b/crypto/ec_private_key.h
|
| @@ -34,9 +34,6 @@ class CRYPTO_EXPORT ECPrivateKey {
|
| public:
|
| ~ECPrivateKey();
|
|
|
| - // Returns whether the system supports elliptic curve cryptography.
|
| - static bool IsSupported();
|
| -
|
| // Creates a new random instance. Can return NULL if initialization fails.
|
| // The created key will use the NIST P-256 curve.
|
| // TODO(mattm): Add a curve parameter.
|
|
|