Skip to content

Commit 1411a98

Browse files
bjorn3antoyo
authored andcommitted
Remove unnecessary report_symbol_names call (rust-lang#113)
rustc_interface already calls it for you
1 parent 92fbc8f commit 1411a98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ impl CodegenBackend for GccCodegenBackend {
9191
let target_cpu = target_cpu(tcx.sess);
9292
let res = codegen_crate(self.clone(), tcx, target_cpu.to_string(), metadata, need_metadata_module);
9393

94-
rustc_symbol_mangling::test::report_symbol_names(tcx);
95-
9694
Box::new(res)
9795
}
9896

0 commit comments

Comments
 (0)