remove dispatch workaround

This commit is contained in:
Ferdinand Schober
2024-07-04 22:35:26 +02:00
committed by Ferdinand Schober
parent 9abec63313
commit 37a8f729ea
7 changed files with 214 additions and 275 deletions

View File

@@ -55,9 +55,6 @@ pub fn new(
None => break,
}
}
res = emulate.dispatch() => {
res?;
}
}
}