Remove unused variables

pending-opcodes
Nathan 5 years ago
parent e47c35ee15
commit 4485662126
  1. 4
      mythril/laser/ethereum/instructions.py

@ -1071,13 +1071,9 @@ class Instruction:
)
else:
# Copy from both code and calldata appropriately.
environment = global_state.environment
concrete_memory_offset = helper.get_concrete_int(memory_offset)
concrete_code_offset = helper.get_concrete_int(code_offset)
concrete_size = helper.get_concrete_int(size)
calldata = global_state.environment.calldata
code_copy_offset = concrete_code_offset
code_copy_size = (
concrete_size

Loading…
Cancel
Save