Reverse the random commit from before

dependency_prune_v2
Bernhard Mueller 6 years ago
parent 1e07a32f0a
commit b463974b94
  1. 1
      mythril/laser/ethereum/plugins/implementations/dependency_pruner.py

@ -235,7 +235,6 @@ class DependencyPruner(LaserPlugin):
@symbolic_vm.pre_hook("SLOAD")
def sload_hook(state: GlobalState):
annotation = get_dependency_annotation(state)
location = state.mstate.stack[-1]

Loading…
Cancel
Save