Skip to content

Commit fa5638f

Browse files
committed
misc: Remove unused trait
1 parent 3f3fe1c commit fa5638f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/protocol/mod.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -571,16 +571,6 @@ impl PendingValue {
571571
value stream: a sequential list of values (state cached)
572572
*/
573573

574-
pub(crate) trait AsValueStream: Sized {
575-
fn from_value_stream(v: Vec<Value>) -> Self;
576-
}
577-
578-
impl AsValueStream for Row {
579-
fn from_value_stream(v: Vec<Value>) -> Self {
580-
Row::new(v)
581-
}
582-
}
583-
584574
#[derive(Debug, PartialEq)]
585575
pub(crate) struct ValueStream {
586576
element_count: ProtocolObjectDecodeState<usize, LfsValue<usize>>,

0 commit comments

Comments
 (0)