about summary refs log tree commit diff
path: root/users/glittershark/achilles/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/achilles/src/commands/mod.rs')
-rw-r--r--users/glittershark/achilles/src/commands/mod.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/users/glittershark/achilles/src/commands/mod.rs b/users/glittershark/achilles/src/commands/mod.rs
deleted file mode 100644
index fd0a822708..0000000000
--- a/users/glittershark/achilles/src/commands/mod.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-pub mod check;
-pub mod compile;
-pub mod eval;
-
-pub use check::Check;
-pub use compile::Compile;
-pub use eval::Eval;