diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-22 09:14:26 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-22 17:06:47 +0000 |
| commit | 7332e79d5fca8ccc48fcb1668f95f6f1bd7ce7c9 (patch) | |
| tree | 386a0b5b2d2320fab86d2e1d6abee4777d336bc1 /compiler/rustc_interface/src/queries.rs | |
| parent | 391bdb3c12bf7739e58a9877b42ea05beb7331f3 (diff) | |
| download | rust-7332e79d5fca8ccc48fcb1668f95f6f1bd7ce7c9.tar.gz rust-7332e79d5fca8ccc48fcb1668f95f6f1bd7ce7c9.zip | |
Inline write_dep_info query
Diffstat (limited to 'compiler/rustc_interface/src/queries.rs')
| -rw-r--r-- | compiler/rustc_interface/src/queries.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/rustc_interface/src/queries.rs b/compiler/rustc_interface/src/queries.rs index 68710df8516..cfd4304e893 100644 --- a/compiler/rustc_interface/src/queries.rs +++ b/compiler/rustc_interface/src/queries.rs @@ -117,13 +117,6 @@ impl<'tcx> Queries<'tcx> { }) } - pub fn write_dep_info(&'tcx self) -> Result<()> { - self.global_ctxt()?.enter(|tcx| { - passes::write_dep_info(tcx); - }); - Ok(()) - } - pub fn codegen_and_build_linker(&'tcx self) -> Result<Linker> { self.global_ctxt()?.enter(|tcx| { let ongoing_codegen = passes::start_codegen(&*self.compiler.codegen_backend, tcx)?; |
