Index: content/child/webcrypto/status.cc |
diff --git a/content/child/webcrypto/status.cc b/content/child/webcrypto/status.cc |
index b1da01d00504e5a1ab5008ebebfba012e11c70dd..d0a6caff87748164d931edaa78c1d1888beff065 100644 |
--- a/content/child/webcrypto/status.cc |
+++ b/content/child/webcrypto/status.cc |
@@ -250,11 +250,6 @@ |
Status Status::ErrorCreateKeyBadUsages() { |
return Status(blink::WebCryptoErrorTypeSyntax, |
"Cannot create a key using the specified key usages."); |
-} |
- |
-Status Status::ErrorCreateKeyEmptyUsages() { |
- return Status(blink::WebCryptoErrorTypeSyntax, |
- "Usages cannot be empty when creating a key."); |
} |
Status Status::ErrorImportedEcKeyIncorrectCurve() { |