summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-11-05 11:34:13 +0000
committerAlyssa Ross <hi@alyssa.is>2023-11-05 14:41:54 +0100
commit2441673584e92149f2bf661a158e70027557f25f (patch)
tree4f85384889e6c355933183085ae5132d0028c824
parente3b603c53211a3cf9d587226276e70334a04c044 (diff)
downloadspectrum-2441673584e92149f2bf661a158e70027557f25f.tar
spectrum-2441673584e92149f2bf661a158e70027557f25f.tar.gz
spectrum-2441673584e92149f2bf661a158e70027557f25f.tar.bz2
spectrum-2441673584e92149f2bf661a158e70027557f25f.tar.lz
spectrum-2441673584e92149f2bf661a158e70027557f25f.tar.xz
spectrum-2441673584e92149f2bf661a158e70027557f25f.tar.zst
spectrum-2441673584e92149f2bf661a158e70027557f25f.zip
host/start-vm: remove unused import
Fixes: 7597328 ("host/start-vm: find config from symlink in service")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
-rw-r--r--host/start-vm/start-vm.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/start-vm/start-vm.rs b/host/start-vm/start-vm.rs
index e3595f6..484d966 100644
--- a/host/start-vm/start-vm.rs
+++ b/host/start-vm/start-vm.rs
@@ -3,7 +3,6 @@
 
 use std::env::current_dir;
 use std::os::unix::prelude::*;
-use std::path::Path;
 use std::process::exit;
 
 use start_vm::{create_api_socket, notify_readiness, prog_name, vm_command};