aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util.rs')
-rw-r--r--crates/shirabe/src/util.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/src/util.rs b/crates/shirabe/src/util.rs
index 35402d79..613b615e 100644
--- a/crates/shirabe/src/util.rs
+++ b/crates/shirabe/src/util.rs
@@ -28,7 +28,6 @@ pub mod svn;
pub mod sync_executor;
pub mod sync_helper;
pub mod tar;
-pub mod tls_helper;
pub mod url;
pub mod zip;
@@ -60,6 +59,5 @@ pub use stream_context_factory::*;
pub use svn::*;
pub use sync_helper::*;
pub use tar::*;
-pub use tls_helper::*;
pub use url::*;
pub use zip::*;