fix: build ios (#8709)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2024-07-14 15:05:56 +08:00
committed by GitHub
parent 3a0ece1447
commit e2a7e38a39
3 changed files with 16 additions and 13 deletions

View File

@@ -163,7 +163,6 @@ mod cpal_impl {
}
fn run_restart(sp: EmptyExtraFieldService, state: &mut State) -> ResultType<()> {
println!("REMOVE ME ========================= run_restart");
state.reset();
sp.snapshot(|_sps: ServiceSwap<_>| Ok(()))?;
match &state.stream {