| Index: crypto/signature_creator.h
|
| diff --git a/crypto/signature_creator.h b/crypto/signature_creator.h
|
| index 840d1ff0b809eeec092634d82a62326e148f5320..c221e7bc0ba532de9b5a5ee8d3ab88dfb9d72e8b 100644
|
| --- a/crypto/signature_creator.h
|
| +++ b/crypto/signature_creator.h
|
| @@ -59,8 +59,6 @@ class CRYPTO_EXPORT SignatureCreator {
|
| // Private constructor. Use the Create() method instead.
|
| SignatureCreator();
|
|
|
| - RSAPrivateKey* key_;
|
| -
|
| #if defined(USE_OPENSSL)
|
| EVP_MD_CTX* sign_context_;
|
| #elif defined(USE_NSS) || defined(OS_WIN) || defined(OS_MACOSX)
|
|
|