| Index: net/cert/ct_sct_to_string.cc
|
| diff --git a/net/cert/ct_sct_to_string.cc b/net/cert/ct_sct_to_string.cc
|
| index 589fd20bcbc95f9955d0ff542752988388fc95bf..4d7449252b4a30ba273b23599114ef28027e35b5 100644
|
| --- a/net/cert/ct_sct_to_string.cc
|
| +++ b/net/cert/ct_sct_to_string.cc
|
| @@ -62,8 +62,6 @@ const std::string StatusToString(SCTVerifyStatus status) {
|
| switch (status) {
|
| case SCT_STATUS_LOG_UNKNOWN:
|
| return "From unknown log";
|
| - case SCT_STATUS_INVALID:
|
| - return "Invalid";
|
| case SCT_STATUS_INVALID_SIGNATURE:
|
| return "Invalid signature";
|
| case SCT_STATUS_OK:
|
|
|