Removed an unused import from printf

This commit is contained in:
Tom Almeida
2018-03-15 15:23:38 +08:00
parent e73678d8ad
commit 046ce1468e
+1 -1
View File
@@ -1,4 +1,4 @@
use core::{fmt, mem, slice, str};
use core::{fmt, slice, str};
use platform::types::*;
use vl::VaList;