Skip to content

Commit

Permalink
Remove a now-useless function call
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jan 16, 2023
1 parent e5273a9 commit 44ef075
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ fn run_compiler(
return early_exit();
}

queries.global_ctxt()?;

if sess.opts.output_types.contains_key(&OutputType::DepInfo)
&& sess.opts.output_types.len() == 1
{
Expand Down

0 comments on commit 44ef075

Please sign in to comment.