summaryrefslogtreecommitdiffstats
path: root/src/filestore/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filestore/mod.rs')
-rw-r--r--src/filestore/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/filestore/mod.rs b/src/filestore/mod.rs
index 29eb476..8d788e2 100644
--- a/src/filestore/mod.rs
+++ b/src/filestore/mod.rs
@@ -14,9 +14,6 @@ pub use release::*;
mod staging;
pub use staging::*;
-mod merged;
-pub use merged::*;
-
pub mod path;
pub use path::ArtifactPath;