summary refs log tree commit diff
path: root/vhost/src/vsock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vhost/src/vsock.rs')
-rw-r--r--vhost/src/vsock.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/vhost/src/vsock.rs b/vhost/src/vsock.rs
index f453027..8bd27e7 100644
--- a/vhost/src/vsock.rs
+++ b/vhost/src/vsock.rs
@@ -2,7 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-use libc;
 use std::fs::{File, OpenOptions};
 use std::os::unix::fs::OpenOptionsExt;
 use std::os::unix::io::{AsRawFd, RawFd};