Skip to content

Commit

Permalink
fix(blockifier): remove unnecesary directive
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Nov 14, 2024
1 parent 0f7bdd6 commit 816c81b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pub fn execute_entry_point_call(
create_callinfo(call_result, syscall_handler)
}

#[allow(unreachable_code)]
fn create_callinfo(
call_result: ContractExecutionResult,
syscall_handler: NativeSyscallHandler<'_>,
Expand Down

0 comments on commit 816c81b

Please sign in to comment.