Skip to content

Commit 1642df8

Browse files
committed
Remove a workaround
1 parent fcab11d commit 1642df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rustc/driver/driver.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@ fn build_output_filenames(input: input,
580580
ofile: option<str>,
581581
sess: session)
582582
-> output_filenames {
583-
let mut obj_path; // FIXME remove mut after snapshot
584-
let mut out_path; // FIXME remove mut after snapshot
583+
let obj_path;
584+
let out_path;
585585
let sopts = sess.opts;
586586
let stop_after_codegen =
587587
sopts.output_type != link::output_type_exe ||

0 commit comments

Comments
 (0)