mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
net_util: Remove unused import
The compiler was complaining about std::fmt::Debug being an unused import. Remove the import. BUG=none TEST=build_test and see no warnings about unused imports Change-Id: I5e606982dffee575b3048b6c45cb5222e63ae3dc Signed-off-by: Chirantan Ekbote <chirantan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/669305 Reviewed-by: Jason Clinton <jclinton@chromium.org> Reviewed-by: Stephen Barber <smbarber@chromium.org> Reviewed-by: Dylan Reid <dgreid@chromium.org> Reviewed-by: Zach Reizner <zachr@chromium.org>
This commit is contained in:
parent
88f9cba448
commit
42b3e8da55
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ extern crate libc;
|
|||
extern crate net_sys;
|
||||
extern crate sys_util;
|
||||
|
||||
use std::fmt::Debug;
|
||||
use std::fs::File;
|
||||
use std::io::{Read, Write, Result as IoResult, Error as IoError, ErrorKind};
|
||||
use std::mem;
|
||||
|
|
Loading…
Reference in a new issue