Skip to content

Commit c1ee198

Browse files
committed
clean up code
1 parent 0b100bb commit c1ee198

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/analyses/memOutOfBounds.ml

-3
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,6 @@ struct
274274
| Some t ->
275275
let addr_offs = match e with (*pointer offset*)
276276
| BinOp (binop, e1 ,e2, t) ->
277-
278-
let whatIF = get_addr_offs ctx e in
279-
if M.tracing then M.trace "whatIF" "e=%a -> %a\n" d_exp e ID.pretty whatIF;
280277
get_addr_offs ctx e1
281278
| Lval (Var _, _)
282279
| _ -> get_addr_offs ctx e

0 commit comments

Comments
 (0)