Remove outdated comment in QEMU_Launcher (#2975)

This commit is contained in:
Dominik Maier 2025-02-13 02:23:08 +01:00 committed by GitHub
parent f3887697ba
commit bdcc0c56e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,6 @@ pub type ClientMgr<M> = MonitorTypedEventManager<
#[derive(TypedBuilder)] #[derive(TypedBuilder)]
pub struct Instance<'a, M: Monitor> { pub struct Instance<'a, M: Monitor> {
options: &'a FuzzerOptions, options: &'a FuzzerOptions,
/// The harness. We create it before forking, then `take()` it inside the client.
mgr: ClientMgr<M>, mgr: ClientMgr<M>,
client_description: ClientDescription, client_description: ClientDescription,
#[builder(default)] #[builder(default)]