Skip to content

Commit 333e7cb

Browse files
committed
clean up code
1 parent c1ee198 commit 333e7cb

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/analyses/adressOfPointerAnalysis.ml

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
open GoblintCil
77
open Analyses
88

9-
module M = Messages
10-
module AD = Queries.AD
11-
12-
139
module Spec =
1410
struct
1511
include Analyses.IdentitySpec

src/analyses/allocVarEscaped.ml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ struct
2626
| _ -> set
2727
in
2828
AD.fold to_extra (AD.remove UnknownPtr ad) (D.empty ())
29-
(* Ignore soundness warnings, as invalidation proper will raise them. *)
3029
| ad ->
3130
if M.tracing then M.tracel "escape" "mpt %a: %a\n" d_exp e AD.pretty ad;
3231
ctx.local

0 commit comments

Comments
 (0)