diff --git a/src/librustc_driver/driver.rs b/src/librustc_driver/driver.rs index 3f0833cd6700..980ff6c61e42 100644 --- a/src/librustc_driver/driver.rs +++ b/src/librustc_driver/driver.rs @@ -246,9 +246,7 @@ macro_rules! controller_entry_point { } fn keep_mtwt_tables(sess: &Session) -> bool { - sess.opts.debugging_opts.keep_mtwt_tables || - sess.opts.debugging_opts.save_analysis || - sess.opts.debugging_opts.save_analysis_csv + sess.opts.debugging_opts.keep_mtwt_tables } fn keep_ast(sess: &Session) -> bool {