about summary refs log tree commit diff
path: root/tvix/store/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/src/lib.rs')
-rw-r--r--tvix/store/src/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tvix/store/src/lib.rs b/tvix/store/src/lib.rs
index f23b0b9b8833..f294e39ad41a 100644
--- a/tvix/store/src/lib.rs
+++ b/tvix/store/src/lib.rs
@@ -1,5 +1,3 @@
-pub mod client;
-
 mod blobreader;
 mod errors;
 
@@ -11,9 +9,6 @@ pub mod pathinfoservice;
 pub mod proto;
 
 pub use blobreader::BlobReader;
-pub mod dummy_blob_service;
-pub mod sled_directory_service;
-pub mod sled_path_info_service;
 pub use errors::Error;
 
 #[cfg(test)]