| Index: net/cert/multi_log_ct_verifier.cc
|
| diff --git a/net/cert/multi_log_ct_verifier.cc b/net/cert/multi_log_ct_verifier.cc
|
| index 6b12eff9442be7b23714f0f76b38b7b6fa8fd960..8a2a823cf88dab7c80fdf61f55afc5c15117b7e6 100644
|
| --- a/net/cert/multi_log_ct_verifier.cc
|
| +++ b/net/cert/multi_log_ct_verifier.cc
|
| @@ -119,7 +119,6 @@ bool MultiLogCTVerifier::VerifySingleSCT(
|
| ct::CTVerifyResult* result) {
|
|
|
| // Assume this SCT is untrusted until proven otherwise.
|
| -
|
| IDToLogMap::iterator it = logs_.find(sct->log_id);
|
| if (it == logs_.end()) {
|
| DVLOG(1) << "SCT does not match any known log.";
|
|
|