Skip to content

Commit 7afff28

Browse files
authored
Rollup merge of #56339 - yui-knk:remove_mir_stats_flag, r=alexcrichton
Remove not used option `mir_stats` has not been used since 2b32cb9.
2 parents e2bec1a + 71f643e commit 7afff28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/session/config.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1286,8 +1286,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
12861286
"print some performance-related statistics"),
12871287
hir_stats: bool = (false, parse_bool, [UNTRACKED],
12881288
"print some statistics about AST and HIR"),
1289-
mir_stats: bool = (false, parse_bool, [UNTRACKED],
1290-
"print some statistics about MIR"),
12911289
always_encode_mir: bool = (false, parse_bool, [TRACKED],
12921290
"encode MIR of all functions into the crate metadata"),
12931291
osx_rpath_install_name: bool = (false, parse_bool, [TRACKED],

0 commit comments

Comments
 (0)