1
0
mirror of https://github.com/cloud-hypervisor/cloud-hypervisor.git synced 2025-04-01 20:04:37 +00:00

fuzz: qcow: Remove unnecessary "use libc"

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2020-07-20 16:40:58 +01:00 committed by Samuel Ortiz
parent 191f64028a
commit 6e8c8991d9

View File

@ -4,8 +4,6 @@
#![no_main]
use libfuzzer_sys::fuzz_target;
use libc;
use qcow::{QcowFile, RawFile};
use std::ffi;
use std::fs::File;