aboutsummaryrefslogtreecommitdiff
path: root/nix-rust/src/store/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'nix-rust/src/store/mod.rs')
-rw-r--r--nix-rust/src/store/mod.rs17
1 files changed, 0 insertions, 17 deletions
diff --git a/nix-rust/src/store/mod.rs b/nix-rust/src/store/mod.rs
deleted file mode 100644
index da972482c..000000000
--- a/nix-rust/src/store/mod.rs
+++ /dev/null
@@ -1,17 +0,0 @@
-pub mod path;
-
-#[cfg(unused)]
-mod binary_cache_store;
-#[cfg(unused)]
-mod path_info;
-#[cfg(unused)]
-mod store;
-
-pub use path::{StorePath, StorePathHash, StorePathName};
-
-#[cfg(unused)]
-pub use binary_cache_store::BinaryCacheStore;
-#[cfg(unused)]
-pub use path_info::PathInfo;
-#[cfg(unused)]
-pub use store::Store;