Skip to content

Commit

Permalink
[runtime] Remove the last bits of mono_dont_free_global_codeman
Browse files Browse the repository at this point in the history
All uses of the mono_dont_free_global_codeman variable (including its
definition) have been removed in
4a1ae46.

Its declaration should be removed as well to keep the codebase clean.
  • Loading branch information
ranma42 committed May 8, 2014
1 parent f950452 commit 07a9e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mono/mini/mini.h
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ extern int mono_break_at_bb_bb_num;
extern gboolean check_for_pending_exc;
extern gboolean disable_vtypes_in_regs;
extern gboolean mono_verify_all;
extern gboolean mono_dont_free_global_codeman;
extern gboolean mono_do_x86_stack_align;
extern const char *mono_build_date;
extern gboolean mono_do_signal_chaining;
Expand Down

0 comments on commit 07a9e93

Please sign in to comment.