diff options
Diffstat (limited to 'net/ocsp/nss_ocsp.cc')
-rw-r--r-- | net/ocsp/nss_ocsp.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc index 7760e6b..85fc5f5 100644 --- a/net/ocsp/nss_ocsp.cc +++ b/net/ocsp/nss_ocsp.cc @@ -61,8 +61,6 @@ class OCSPInitSingleton : public MessageLoop::DestructionObserver { friend struct DefaultSingletonTraits<OCSPInitSingleton>; OCSPInitSingleton(); virtual ~OCSPInitSingleton() { - if (io_loop_) - io_loop_->RemoveDestructionObserver(this); request_context_ = NULL; } |