Skip to content

Commit

Permalink
fix: remove duplicate call to start function
Browse files Browse the repository at this point in the history
  • Loading branch information
george-cosma committed Jul 15, 2024
1 parent 25f07b9 commit a0cccbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/execution/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ where
if let Some(start) = validation_info.start {
let result = instance.invoke_func::<(), ()>(start, ());
result?;
let result = instance.invoke_func::<(), ()>(start, ());
result?;
}

Ok(instance)
Expand Down

0 comments on commit a0cccbb

Please sign in to comment.