Skip to content

Commit 58c16e5

Browse files
committed
remove useless function
1 parent 63aec6f commit 58c16e5

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

libsql-wal/src/storage/job.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@ pub(crate) struct Job<T, C> {
3030
pub(crate) request: IndexedRequest<T, C>,
3131
}
3232

33-
// #[repr(transparent)]
34-
// struct BytesLike<T>(pub T);
35-
//
36-
// impl<T> AsRef<[u8]> for BytesLike<T>
37-
// where
38-
// T: AsBytes,
39-
// {
40-
// fn as_ref(&self) -> &[u8] {
41-
// self.0.as_bytes()
42-
// }
43-
// }
44-
//
45-
impl<Seg> Job<Seg>
4633
impl<Seg, C> Job<Seg, C>
4734
where
4835
Seg: Segment,

0 commit comments

Comments
 (0)