Skip to content

Commit

Permalink
Remove not used option
Browse files Browse the repository at this point in the history
`mir_stats` has not been used since 2b32cb9.
  • Loading branch information
yui-knk committed Nov 29, 2018
1 parent b68fc18 commit 71f643e
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 71f643e

Please sign in to comment.