Skip to content

Commit 860b84f

Browse files
committed
Remove unnecessary assignment
1 parent d2d944f commit 860b84f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/evmone/instructions.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,6 @@ inline StopToken returncontract(StackTop stack, ExecutionState& state, code_iter
986986
header.container_sizes[deploy_container_index]};
987987

988988
// Append (offset, size) to data section
989-
const auto deploy_header = read_valid_eof1_header(deploy_container);
990989
append_data_section(
991990
deploy_container, {&state.memory[static_cast<size_t>(offset)], static_cast<size_t>(size)});
992991

0 commit comments

Comments
 (0)