Skip to content

Commit

Permalink
Outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Sep 22, 2024
1 parent a70c172 commit 1c2c428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/framework/constraints.ml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ struct
let query ctx (type a) (q: a Queries.t):a Queries.result =
match q with
| Queries.GasExhausted f ->
(* The query is only used in a way where overapproximating gas exhaustion is not harmful *)
let (d,i) = ctx.local in
Gas.is_exhausted f i
| _ -> S.query (conv ctx) q
Expand Down

0 comments on commit 1c2c428

Please sign in to comment.