aquatic http load test: clean up ununsed struct, config field

This commit is contained in:
Joakim Frostegård 2020-07-21 00:45:10 +02:00
parent 597a2a83d1
commit 27071fa2df
2 changed files with 0 additions and 9 deletions

View file

@ -7,10 +7,6 @@ pub use aquatic_http_protocol::response::*;
pub use aquatic_http_protocol::request::*;
#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy)]
pub struct ThreadId(pub u8);
#[derive(PartialEq, Eq, Clone)]
pub struct TorrentPeer {
pub info_hash: InfoHash,