about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-12-01 01:06:00 +0800
committerkennytm <kennytm@gmail.com>2018-12-01 02:03:45 +0800
commit78c598a7a266303275f60263f997c33ff3d63568 (patch)
tree59fee6b6b5267893243ccaf810887280a07ae5a8 /src
parentbdb901c865e024161b2e8b9428235f82235df070 (diff)
parent71f643e5bf98427dc91886365ded0936b1f68b60 (diff)
downloadrust-78c598a7a266303275f60263f997c33ff3d63568.tar.gz
rust-78c598a7a266303275f60263f997c33ff3d63568.zip
Rollup merge of #56339 - yui-knk:remove_mir_stats_flag, r=alexcrichton
Remove not used option

`mir_stats` has not been used since 2b32cb90c72d90c722d56324ca0ea9f748ebf4e1.
Diffstat (limited to 'src')
-rw-r--r--src/librustc/session/config.rs2
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],