From 10fb4b2fe538df29ee9729f060db0ca74f6c28fb Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Mon, 10 May 2021 18:23:32 +0200 Subject: Restrict access to crate_name. Also remove original_crate_name, which had the exact same implementation --- compiler/rustc_middle/src/query/mod.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compiler/rustc_middle/src/query') diff --git a/compiler/rustc_middle/src/query/mod.rs b/compiler/rustc_middle/src/query/mod.rs index b67496b09f2..9bf69906911 100644 --- a/compiler/rustc_middle/src/query/mod.rs +++ b/compiler/rustc_middle/src/query/mod.rs @@ -1252,10 +1252,6 @@ rustc_queries! { eval_always desc { "looking up the hash of a host version of a crate" } } - query original_crate_name(_: CrateNum) -> Symbol { - eval_always - desc { "looking up the original name a crate" } - } query extra_filename(_: CrateNum) -> String { eval_always desc { "looking up the extra filename for a crate" } -- cgit 1.4.1-3-g733a5