Skip to content

Commit 1986658

Browse files
author
szy
committed
fix warn
1 parent 2964833 commit 1986658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmm/fdt/create.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ use vm_fdt::{FdtWriter, FdtWriterNode};
1212

1313
use crate::vmm::{
1414
VMRef,
15-
fdt::test::{print_fdt, print_guest_fdt},
1615
images::load_vm_image_from_memory,
1716
};
1817

18+
// use crate::vmm::fdt::test::{print_fdt, print_guest_fdt};
1919
/// Generate guest FDT and return DTB data
2020
///
2121
/// # Parameters

0 commit comments

Comments
 (0)