aboutsummaryrefslogtreecommitdiff
path: root/src/table/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/mod.rs')
-rw-r--r--src/table/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/table/mod.rs b/src/table/mod.rs
deleted file mode 100644
index e03b8d0b..00000000
--- a/src/table/mod.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-pub mod table;
-pub mod table_fullcopy;
-pub mod table_sharded;
-pub mod table_sync;
-
-pub use table::*;