vmm: Remove "tempfile" dependency from vmm

This was completely unused.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-02-22 11:22:42 +00:00
committed by Sebastien Boeuf
parent d33c0563af
commit 05a2b3fac2
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -38,7 +38,6 @@ serde = {version = ">=1.0.27", features = ["rc"] }
serde_derive = ">=1.0.27"
serde_json = ">=1.0.9"
signal-hook = "0.3.6"
tempfile = "3.2.0"
thiserror = "1.0"
url = "2.2.1"
vfio-ioctls = { git = "https://github.com/cloud-hypervisor/vfio-ioctls", branch = "ch" }