| Index: crypto/scoped_openssl_types.h
|
| diff --git a/crypto/scoped_openssl_types.h b/crypto/scoped_openssl_types.h
|
| index 73f763271bb7cf4bf7e3d41789ee6a399f63a16e..bdae6aa5977d38ae458c10382b4f0a2694d55f91 100644
|
| --- a/crypto/scoped_openssl_types.h
|
| +++ b/crypto/scoped_openssl_types.h
|
| @@ -23,7 +23,6 @@ namespace crypto {
|
| // base::internal::RunnableAdapter<>, but that's far too heavy weight.
|
| template <typename Type, void (*Destroyer)(Type*)>
|
| struct OpenSSLDestroyer {
|
| - using AllowSelfReset = void;
|
| void operator()(Type* ptr) const { Destroyer(ptr); }
|
| };
|
|
|
|
|