From 7d5a064dadb2024e66788d052bf06c2b64b56117 Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Tue, 19 Dec 2023 12:57:24 +0100 Subject: [PATCH] Delete dead code Signed-off-by: Patrik Stas --- .../src/peer_did/numalgos/numalgo2/verification_method.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/did_core/did_methods/did_peer/src/peer_did/numalgos/numalgo2/verification_method.rs b/did_core/did_methods/did_peer/src/peer_did/numalgos/numalgo2/verification_method.rs index 7a19f733c1..1efca5b3e1 100644 --- a/did_core/did_methods/did_peer/src/peer_did/numalgos/numalgo2/verification_method.rs +++ b/did_core/did_methods/did_peer/src/peer_did/numalgos/numalgo2/verification_method.rs @@ -116,11 +116,6 @@ fn to_did_url_reference(key: &Key) -> Result { .map_err(Into::into) } -// TODO: post-rebase check if this is applicable version -// fn to_did_url_reference(key: &Key) -> Result { -// DidUrl::from_fragment(key.short_prefixless_fingerprint()).map_err(Into::into) -// } - #[cfg(test)] mod tests { use did_doc::schema::verification_method::{VerificationMethod, VerificationMethodType};