Skip to content

Commit 87abdb6

Browse files
committed
remove unused Done type
1 parent 11d3317 commit 87abdb6

File tree

1 file changed

+0
-5
lines changed
  • crates/wasmi/src/engine/executor/handler

1 file changed

+0
-5
lines changed

crates/wasmi/src/engine/executor/handler/state.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ use core::{
1717
slice,
1818
};
1919

20-
#[derive(Debug, Default, Copy, Clone)]
21-
pub struct Done {
22-
_priv: (),
23-
}
24-
2520
pub struct VmState<'vm> {
2621
pub store: &'vm mut PrunedStore,
2722
pub stack: &'vm mut Stack,

0 commit comments

Comments
 (0)