devices: Remove dependency on tempfile crate

This was completely unused.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-02-22 11:37:20 +00:00
committed by Sebastien Boeuf
parent cd700bf449
commit 946c484590
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -19,9 +19,6 @@ vm-memory = "0.5.0"
vm-migration = { path = "../vm-migration" }
vmm-sys-util = ">=0.3.1"
[dev-dependencies]
tempfile = "3.2.0"
[features]
default = []
acpi = ["acpi_tables"]