about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-06-04 01:10:19 +0800
committerkennytm <kennytm@gmail.com>2018-06-04 01:10:19 +0800
commitefa02b6d2fff602c464ad2d0cd912fc4e6789dff (patch)
treec629eafbab2a42cb4f24bd002c55f342180c1222
parent7d576f25fcb0b0ea1e4d442329a4949765fa02f0 (diff)
downloadrust-efa02b6d2fff602c464ad2d0cd912fc4e6789dff.tar.gz
rust-efa02b6d2fff602c464ad2d0cd912fc4e6789dff.zip
Remove the unused `-Z trans-time-graph` flag.
Rebase of #50783 has accidentally revived the flag (which should be
renamed to `-Z codegen-time-graph` by #50615).
-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 cc8e8c7c31c..2c8f021c6a5 100644
--- a/src/librustc/session/config.rs
+++ b/src/librustc/session/config.rs
@@ -1304,8 +1304,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
         "enable polonius-based borrow-checker"),
     codegen_time_graph: bool = (false, parse_bool, [UNTRACKED],
         "generate a graphical HTML report of time spent in codegen and LLVM"),
-    trans_time_graph: bool = (false, parse_bool, [UNTRACKED],
-        "generate a graphical HTML report of time spent in trans and LLVM"),
     thinlto: Option<bool> = (None, parse_opt_bool, [TRACKED],
         "enable ThinLTO when possible"),
     inline_in_all_cgus: Option<bool> = (None, parse_opt_bool, [TRACKED],