Skip to content

Commit e8e6b58

Browse files
committed
Undo spurious changes to c2poAnalysis.
1 parent 4632f6a commit e8e6b58

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/analyses/c2poAnalysis.ml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,9 @@ struct
1515
module D = D
1616
module C = D
1717

18-
type marshal = unit
19-
2018
let name () = "c2po"
2119
let startcontext () = D.top ()
2220

23-
let init d = ()
24-
let finalize () = ()
25-
2621
(** Find reachable variables in a function *)
2722
let reachable_from_args ctx args =
2823
let collect_reachable_from_exp acc e =

0 commit comments

Comments
 (0)