Skip to content

Commit 354362b

Browse files
committed
Delete dead code
Signed-off-by: Patrik Stas <[email protected]>
1 parent 7fdec0c commit 354362b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

did_core/did_methods/did_peer/src/peer_did/numalgos/numalgo2/verification_method.rs

-5
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ fn to_did_url_reference(key: &Key) -> Result<DidUrl, DidPeerError> {
116116
.map_err(Into::into)
117117
}
118118

119-
// TODO: post-rebase check if this is applicable version
120-
// fn to_did_url_reference(key: &Key) -> Result<DidUrl, DidPeerError> {
121-
// DidUrl::from_fragment(key.short_prefixless_fingerprint()).map_err(Into::into)
122-
// }
123-
124119
#[cfg(test)]
125120
mod tests {
126121
use did_doc::schema::verification_method::{VerificationMethod, VerificationMethodType};

0 commit comments

Comments
 (0)