Skip to content

Commit

Permalink
misc: Remove unused trait
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan committed Jul 2, 2024
1 parent 3f3fe1c commit fa5638f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,16 +571,6 @@ impl PendingValue {
value stream: a sequential list of values (state cached)
*/

pub(crate) trait AsValueStream: Sized {
fn from_value_stream(v: Vec<Value>) -> Self;
}

impl AsValueStream for Row {
fn from_value_stream(v: Vec<Value>) -> Self {
Row::new(v)
}
}

#[derive(Debug, PartialEq)]
pub(crate) struct ValueStream {
element_count: ProtocolObjectDecodeState<usize, LfsValue<usize>>,
Expand Down

0 comments on commit fa5638f

Please sign in to comment.