Skip to content

Commit fc81b2b

Browse files
committed
Remove outcommented code.
1 parent 8e9b986 commit fc81b2b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

linera-views/src/backends/value_splitting.rs

-8
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ pub enum ValueSplittingError<E> {
3939
NoCountAvailable,
4040
}
4141

42-
/*
43-
impl<E> From<E> for ValueSplittingError<E> {
44-
fn from(error: E) -> Self {
45-
ValueSplittingError::InnerStoreError(error)
46-
}
47-
}
48-
*/
49-
5042
impl<E: KeyValueStoreError> From<bcs::Error> for ValueSplittingError<E> {
5143
fn from(error: bcs::Error) -> Self {
5244
let error = E::from(error);

0 commit comments

Comments
 (0)