Skip to content

Commit d73b3ab

Browse files
committed
---
yaml --- r: 276122 b: refs/heads/master c: 522b6ed h: refs/heads/master
1 parent 1e5eaa8 commit d73b3ab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 298a1c056fd5a3507939581f0577aeb9f313bae2
2+
refs/heads/master: 522b6ed8a7112064ca6e15ccb49c76fefae8ff71
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
44
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/librustc_driver/driver.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,7 @@ pub fn compile_input(sess: &Session,
246246
}
247247

248248
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
252250
}
253251

254252
fn keep_ast(sess: &Session) -> bool {

0 commit comments

Comments
 (0)