summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-05-15 14:31:54 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-05-15 14:31:54 +0200
commitfd421192193a3f8a0f004ec2bf7457fee370fd3d (patch)
treee365baf3cfc8446a014e573be91e7d19afd37ed7 /src
parent97589c6a92cc614a522a50e06e47be3fab1db298 (diff)
Remove unused import
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src')
-rw-r--r--src/server/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/mod.rs b/src/server/mod.rs
index 283fc035b..149e2dbd0 100644
--- a/src/server/mod.rs
+++ b/src/server/mod.rs
@@ -19,7 +19,7 @@ use crate::common::{
screen::{screen_thread_main, ScreenInstruction},
setup::{get_default_data_dir, install::populate_data_dir},
thread_bus::{ChannelWithContext, SenderType, SenderWithContext},
- utils::consts::{ZELLIJ_IPC_PIPE, ZELLIJ_PROJ_DIR},
+ utils::consts::ZELLIJ_IPC_PIPE,
wasm_vm::{wasm_thread_main, PluginInstruction},
};
use crate::layout::Layout;