refactor: delete dead code (#4231)

pull/24376/head
Andrew Lamb 2022-04-04 20:10:43 -04:00 committed by GitHub
parent 81d41f81a1
commit 266f12b494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -819,15 +819,3 @@ impl IngesterQueryRequest {
}
}
}
/// The information on what sequence numbers were stored for a
/// particular (line protocol) write that may have been sharded /
/// partitioned across multiple sequencers
///
/// This information can be used to wait for a particular write to
/// become readable.
#[derive(Debug, Clone)]
pub struct SequencerWrites {
/// List of sequences
pub sequencers: Vec<Sequence>,
}