Skip to content

Commit

Permalink
Delete dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Jan 4, 2024
1 parent 946d775 commit 7d5a064
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ fn to_did_url_reference(key: &Key) -> Result<DidUrl, DidPeerError> {
.map_err(Into::into)
}

// TODO: post-rebase check if this is applicable version
// fn to_did_url_reference(key: &Key) -> Result<DidUrl, DidPeerError> {
// DidUrl::from_fragment(key.short_prefixless_fingerprint()).map_err(Into::into)
// }

#[cfg(test)]
mod tests {
use did_doc::schema::verification_method::{VerificationMethod, VerificationMethodType};
Expand Down

0 comments on commit 7d5a064

Please sign in to comment.