aboutsummaryrefslogtreecommitdiff
path: root/src/store/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/mod.rs')
-rw-r--r--src/store/mod.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/store/mod.rs b/src/store/mod.rs
deleted file mode 100644
index 962264c4..00000000
--- a/src/store/mod.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-pub mod block;
-pub mod block_ref_table;
-pub mod bucket_table;
-pub mod key_table;
-pub mod object_table;
-pub mod repair;
-pub mod version_table;