Skip to content

Commit 9d46740

Browse files
committed
refactor: remove commented out code
1 parent bc3f9bb commit 9d46740

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/digests.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@ pub trait MultihashDigest {
157157
///
158158
/// Panics if the digest length is bigger than 2^32. This only happens for identity hasing.
159159
fn digest(data: &[u8]) -> Multihash;
160-
161-
//fn dyn_digest(&self, data: &[u8]) -> Multihash {
162-
// Self::digest(data)
163-
//}
164160
}
165161

166162
/// The `DynMultihashDigest` trait is a variant of the `MultihashDigest` that can be used as trait

0 commit comments

Comments
 (0)