mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-24 11:58:41 +00:00
plugin: remove unused EDEADLK import
Fixes a compiler warning when building with plugin enabled. BUG=None TEST='cargo build --features=plugin' Change-Id: Icbd731b249089d271caca17e192b7a539ba7219c Signed-off-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1401124 Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
This commit is contained in:
parent
bd1a0843bc
commit
4896cb2a08
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use std::mem::size_of;
|
|||
use std::os::unix::net::UnixDatagram;
|
||||
use std::sync::{Arc, RwLock};
|
||||
|
||||
use libc::{EDEADLK, EINVAL, ENOENT, ENOTTY, EPERM, EPIPE, EPROTO};
|
||||
use libc::{EINVAL, ENOENT, ENOTTY, EPERM, EPIPE, EPROTO};
|
||||
|
||||
use protobuf;
|
||||
use protobuf::Message;
|
||||
|
|
Loading…
Reference in a new issue