summaryrefslogtreecommitdiff
path: root/src/vhost_user/master.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhost_user/master.rs')
-rw-r--r--src/vhost_user/master.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vhost_user/master.rs b/src/vhost_user/master.rs
index f098982..e80bbb8 100644
--- a/src/vhost_user/master.rs
+++ b/src/vhost_user/master.rs
@@ -647,8 +647,6 @@ mod tests {
use super::*;
use tempfile::{Builder, TempDir};
- use std::path::PathBuf;
-
fn temp_dir() -> TempDir {
Builder::new().prefix("/tmp/vhost_test").tempdir().unwrap()
}