Removed unused import

This commit is contained in:
Bruce Leidl 2017-10-18 21:23:17 +00:00
parent adb43bf2ae
commit 02a17b5d5e

View File

@ -15,7 +15,7 @@ mod virtio;
use std::env;
use std::path::{Path,PathBuf};
use std::path::PathBuf;
fn main() {
let mut config = vm::VmConfig::new();