diff --git a/fuzzers/binary_only/qemu_launcher/src/instance.rs b/fuzzers/binary_only/qemu_launcher/src/instance.rs index fc6c2b848c..2d1b94212f 100644 --- a/fuzzers/binary_only/qemu_launcher/src/instance.rs +++ b/fuzzers/binary_only/qemu_launcher/src/instance.rs @@ -88,7 +88,6 @@ pub type ClientMgr = MonitorTypedEventManager< #[derive(TypedBuilder)] pub struct Instance<'a, M: Monitor> { options: &'a FuzzerOptions, - /// The harness. We create it before forking, then `take()` it inside the client. mgr: ClientMgr, client_description: ClientDescription, #[builder(default)]