Skip to content

Commit

Permalink
remove unnecessary branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Feb 9, 2024
1 parent 1887850 commit d911798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function InferredSource(state::InferenceState)
return InferredSource(
unoptsrc,
copy(state.stmt_info),
isdefined(CC, :Effects) ? state.ipo_effects : nothing,
state.ipo_effects,
state.result.result,
exct)
end
Expand Down

0 comments on commit d911798

Please sign in to comment.