From 1d2cb611f7320849cd14e2af60de9335d3db7dbe Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 31 Jan 2025 14:50:42 +1100 Subject: Remove the `mir_build` hook. It was downgraded from a query in #122721 but it can just be a vanilla function because it's not called in `rustc_middle`. --- compiler/rustc_middle/src/hooks/mod.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'compiler/rustc_middle') diff --git a/compiler/rustc_middle/src/hooks/mod.rs b/compiler/rustc_middle/src/hooks/mod.rs index 03bbac342eb..2be242364c1 100644 --- a/compiler/rustc_middle/src/hooks/mod.rs +++ b/compiler/rustc_middle/src/hooks/mod.rs @@ -75,12 +75,6 @@ declare_hooks! { /// (Eligible functions might nevertheless be skipped for other reasons.) hook is_eligible_for_coverage(key: LocalDefId) -> bool; - /// Create the MIR for a given `DefId` - this includes - /// unreachable code. - /// You do not want to call this yourself, instead use the cached version - /// via `mir_built` - hook build_mir(key: LocalDefId) -> mir::Body<'tcx>; - /// Imports all `SourceFile`s from the given crate into the current session. /// This normally happens automatically when we decode a `Span` from /// that crate's metadata - however, the incr comp cache needs -- cgit 1.4.1-3-g733a5