Merge pull request #504 from matthiasbeyer/remove-unused

Remove unused imports/functions
This commit is contained in:
a-kenji 2021-05-15 17:38:16 +02:00 committed by GitHub
commit 5a9b9dcbbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;