diff options
-rw-r--r-- | net/ocsp/nss_ocsp.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc index 5521dc6..08c40cb 100644 --- a/net/ocsp/nss_ocsp.cc +++ b/net/ocsp/nss_ocsp.cc @@ -95,9 +95,6 @@ class OCSPRequestSession response_code_(-1), cv_(&lock_), finished_(false) {} - virtual ~OCSPRequestSession() { - DCHECK(!request_); - } void SetPostData(const char* http_data, PRUint32 http_data_len, const char* http_content_type) { |