From bdcc0c56e4a8914a170a8fea0fa2f1c444aa9dac Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Thu, 13 Feb 2025 02:23:08 +0100 Subject: [PATCH] Remove outdated comment in QEMU_Launcher (#2975) --- fuzzers/binary_only/qemu_launcher/src/instance.rs | 1 - 1 file changed, 1 deletion(-) 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)]