Skip to content

Commit efa02b6

Browse files
committed
Remove the unused -Z trans-time-graph flag.
Rebase of rust-lang#50783 has accidentally revived the flag (which should be renamed to `-Z codegen-time-graph` by rust-lang#50615).
1 parent 7d576f2 commit efa02b6

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
@@ -1304,8 +1304,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
13041304
"enable polonius-based borrow-checker"),
13051305
codegen_time_graph: bool = (false, parse_bool, [UNTRACKED],
13061306
"generate a graphical HTML report of time spent in codegen and LLVM"),
1307-
trans_time_graph: bool = (false, parse_bool, [UNTRACKED],
1308-
"generate a graphical HTML report of time spent in trans and LLVM"),
13091307
thinlto: Option<bool> = (None, parse_opt_bool, [TRACKED],
13101308
"enable ThinLTO when possible"),
13111309
inline_in_all_cgus: Option<bool> = (None, parse_opt_bool, [TRACKED],

0 commit comments

Comments
 (0)