Remove vestigial should_be_private module.

This commit is contained in:
Henry de Valence 2020-01-16 16:20:36 -08:00 committed by Deirdre Connolly
parent acabbece8f
commit bea7b195ce
1 changed files with 0 additions and 5 deletions

View File

@ -65,8 +65,3 @@ pub use crate::{
pub mod types {
pub use crate::{meta_addr::MetaAddr, network::Network, protocol::types::PeerServices};
}
/// This will be removed when we finish encapsulation
pub mod should_be_private {
pub use crate::{peer::Handshake, timestamp_collector::TimestampCollector};
}