| 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 5a19546f4f8991bd94361f4b4d3f17eb49287584..6019976a1a4a8aa59360db3cbdca2c8c0e785f8f 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.";
|
|
|