Removed unused sub-module

This commit is contained in:
Mathias Hall-Andersen
2019-08-27 11:36:33 +02:00
parent a80e64014c
commit 3eb7f5e423
2 changed files with 2 additions and 88 deletions

View File

@@ -1,10 +1,8 @@
mod anti_replay;
mod buffer;
mod device;
mod types;
// mod inbound;
mod workers;
mod peer;
mod workers;
pub use peer::Peer;
pub use device::Device;
pub use device::Device;pub use peer::Peer;