Skip to content

Commit 71f643e

Browse files
committed
Remove not used option
`mir_stats` has not been used since 2b32cb9.
1 parent b68fc18 commit 71f643e

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)