Skip to content

Commit 44ef075

Browse files
committed
Remove a now-useless function call
1 parent e5273a9 commit 44ef075

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_driver/src

1 file changed

+0
-2
lines changed

compiler/rustc_driver/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,6 @@ fn run_compiler(
333333
return early_exit();
334334
}
335335

336-
queries.global_ctxt()?;
337-
338336
if sess.opts.output_types.contains_key(&OutputType::DepInfo)
339337
&& sess.opts.output_types.len() == 1
340338
{

0 commit comments

Comments
 (0)