diff options
| author | yui-knk <spiketeika@gmail.com> | 2018-11-29 08:44:44 +0900 |
|---|---|---|
| committer | yui-knk <spiketeika@gmail.com> | 2018-11-29 20:33:51 +0900 |
| commit | 71f643e5bf98427dc91886365ded0936b1f68b60 (patch) | |
| tree | af42389dd1e0804092acd0f1e173fec2aee8e224 /src | |
| parent | b68fc18c45350e1cdcd83cecf0f12e294e55af56 (diff) | |
| download | rust-71f643e5bf98427dc91886365ded0936b1f68b60.tar.gz rust-71f643e5bf98427dc91886365ded0936b1f68b60.zip | |
Remove not used option
`mir_stats` has not been used since 2b32cb90c72d90c722d56324ca0ea9f748ebf4e1.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc/session/config.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs index 3fd22793a08..480d4a8e48f 100644 --- a/src/librustc/session/config.rs +++ b/src/librustc/session/config.rs @@ -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], |
