Skip to content

Commit

Permalink
Rollup merge of rust-lang#56339 - yui-knk:remove_mir_stats_flag, r=al…
Browse files Browse the repository at this point in the history
…excrichton

Remove not used option

`mir_stats` has not been used since 2b32cb9.
  • Loading branch information
kennytm authored Nov 30, 2018
2 parents ba7b892 + 71f643e commit 7c8961e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustc/session/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1286,8 +1286,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
"print some performance-related statistics"),
hir_stats: bool = (false, parse_bool, [UNTRACKED],
"print some statistics about AST and HIR"),
mir_stats: bool = (false, parse_bool, [UNTRACKED],
"print some statistics about MIR"),
always_encode_mir: bool = (false, parse_bool, [TRACKED],
"encode MIR of all functions into the crate metadata"),
osx_rpath_install_name: bool = (false, parse_bool, [TRACKED],
Expand Down

0 comments on commit 7c8961e

Please sign in to comment.