Skip to content

Commit 408fbe1

Browse files
committed
Remove dynamic function call debug message
1 parent 808b5d2 commit 408fbe1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/framework/constraints.ml

-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,6 @@ struct
728728
[v]
729729
| _ ->
730730
(* Depends on base for query. *)
731-
M.debug ~category:Program "Dynamic function call through %a" d_exp e;
732731
let ad = ctx.ask (Queries.EvalFunvar e) in
733732
Queries.AD.to_var_may ad (* TODO: don't convert, handle UnknownPtr below *)
734733
in

0 commit comments

Comments
 (0)