Skip to content

Commit

Permalink
Update execution.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Dec 18, 2024
1 parent fe107fe commit aaf53f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions massa-execution-worker/src/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ impl ExecutionState {
)));

let cur_execution_version = execution_context.lock().execution_component_version;
{
cur_execution_version = execution_context.lock().execution_component_version;
}

// Instantiate the interface providing ABI access to the VM, share the execution context with it
let execution_interface = Box::new(InterfaceImpl::new(
Expand Down

0 comments on commit aaf53f2

Please sign in to comment.