File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
trunk/src/librustc_driver Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 298a1c056fd5a3507939581f0577aeb9f313bae2
2
+ refs/heads/master: 522b6ed8a7112064ca6e15ccb49c76fefae8ff71
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
4
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -246,9 +246,7 @@ pub fn compile_input(sess: &Session,
246
246
}
247
247
248
248
fn keep_mtwt_tables ( sess : & Session ) -> bool {
249
- sess. opts . debugging_opts . keep_mtwt_tables ||
250
- sess. opts . debugging_opts . save_analysis ||
251
- sess. opts . debugging_opts . save_analysis_csv
249
+ sess. opts . debugging_opts . keep_mtwt_tables
252
250
}
253
251
254
252
fn keep_ast ( sess : & Session ) -> bool {
You can’t perform that action at this time.
0 commit comments