Skip to content

Commit

Permalink
No need for these, it's already been set
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Dec 2, 2024
1 parent 0371caf commit d56f1da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/EVM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,6 @@ exec1 = do
assign #callvalue xValue
assign #caller from'
assign #contract callee
assign #overrideCaller Nothing
assign #resetCaller False
touchAccount from'
touchAccount callee
transfer from' callee xValue
Expand All @@ -897,8 +895,6 @@ exec1 = do
zoom #state $ do
assign #callvalue xValue
assign #caller $ fromMaybe self overrideC
assign #overrideCaller Nothing
assign #resetCaller False
touchAccount self
_ ->
underrun
Expand Down Expand Up @@ -989,8 +985,6 @@ exec1 = do
assign #caller $ fromMaybe self overrideC
assign #contract callee
assign #static True
assign #overrideCaller Nothing
assign #resetCaller False
touchAccount self
touchAccount callee
_ ->
Expand Down

0 comments on commit d56f1da

Please sign in to comment.