]> git.lizzy.rs Git - rust.git/commitdiff
Remove the unused `-Z trans-time-graph` flag.
authorkennytm <kennytm@gmail.com>
Sun, 3 Jun 2018 17:10:19 +0000 (01:10 +0800)
committerkennytm <kennytm@gmail.com>
Sun, 3 Jun 2018 17:10:19 +0000 (01:10 +0800)
Rebase of #50783 has accidentally revived the flag (which should be
renamed to `-Z codegen-time-graph` by #50615).

src/librustc/session/config.rs

index cc8e8c7c31c20301392a2d8da9622f2f387c5c1f..2c8f021c6a520b4d719e4820410a87b071b08b9f 100644 (file)
@@ -1304,8 +1304,6 @@ fn parse_cross_lang_lto(slot: &mut CrossLangLto, v: Option<&str>) -> bool {
         "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],