Remove code that was made obsolete by #555
This commit is contained in:
committed by
Sean McArthur
parent
61b4f8fc34
commit
96d9277454
@@ -77,12 +77,6 @@ pub(crate) enum Open {
|
||||
Headers,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
struct Indices {
|
||||
head: store::Key,
|
||||
tail: store::Key,
|
||||
}
|
||||
|
||||
impl Recv {
|
||||
pub fn new(peer: peer::Dyn, config: &Config) -> Self {
|
||||
let next_stream_id = if peer.is_server() { 1 } else { 2 };
|
||||
|
||||
Reference in New Issue
Block a user