http2: remove dead code

pull/6130/head
Victor Julien 4 years ago
parent b3c502d572
commit d7c3ecb6f9

@ -45,11 +45,6 @@ impl HTTP2cursor {
}
}
#[cfg(feature = "debug-validate")]
pub fn position(&self) -> u64 {
return self.cursor.position();
}
pub fn set_position(&mut self, pos: u64) {
return self.cursor.set_position(pos);
}

Loading…
Cancel
Save