Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-emrich committed Sep 12, 2024
1 parent 670dc5b commit 6cfd3b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/wasmtime/src/runtime/vm/continuation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@ pub mod stack_chain {
#[cfg(feature = "wasmfx_baseline")]
pub mod optimized {
use crate::runtime::vm::{Instance, TrapReason};
pub use wasmtime_continuations::ControlEffect;

pub type VMContRef = super::baseline::VMContRef;

Expand Down

0 comments on commit 6cfd3b8

Please sign in to comment.