Skip to content

Commit

Permalink
Remove duplicate definition of longjmp_return.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhard committed Nov 28, 2023
1 parent 4bce1d6 commit b48ad6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/analyses/base.ml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ struct

include Base0

let longjmp_return = ref dummyFunDec.svar

let heap_var on_stack ctx =
let info = match (ctx.ask (Q.AllocVar {on_stack})) with
| `Lifted vinfo -> vinfo
Expand Down

0 comments on commit b48ad6a

Please sign in to comment.