Skip to content

Commit

Permalink
keep extern fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Sep 18, 2014
1 parent 2d12f70 commit a5bb331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dce.ml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ let keep_field dce cf =
Meta.has Meta.Keep cf.cf_meta
|| Meta.has Meta.Used cf.cf_meta
|| cf.cf_name = "__init__"
|| is_extern_field cf

(* marking *)

Expand Down

0 comments on commit a5bb331

Please sign in to comment.