Skip to content

Commit

Permalink
cleanup [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Jan 10, 2018
1 parent b44fdfa commit 70f34a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/optimization/dce.ml
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,6 @@ let rec mark_dependent_fields dce csup n stat =
in
loop_inheritance csup

(*
if not stat then begin
match csup.cl_constructor with
| None -> ()
| Some ctor -> mark ctor
end
*)

(* expr and field evaluation *)

let opt f e = match e with None -> () | Some e -> f e
Expand Down

0 comments on commit 70f34a5

Please sign in to comment.