From 5445715c20dbedbe9b14d185937ab1ebcd81118e Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Tue, 20 Jul 2021 14:03:20 +0200 Subject: Remove RawDefId tracking infrastructure from incr. comp. framework. This infrastructure is obsolete now with the new encoding scheme for the DefPathHash->DefIndex maps in crate metadata. --- compiler/rustc_query_system/src/dep_graph/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/rustc_query_system/src/dep_graph/mod.rs') diff --git a/compiler/rustc_query_system/src/dep_graph/mod.rs b/compiler/rustc_query_system/src/dep_graph/mod.rs index 15e2633c4f1..b5be1192ce7 100644 --- a/compiler/rustc_query_system/src/dep_graph/mod.rs +++ b/compiler/rustc_query_system/src/dep_graph/mod.rs @@ -27,8 +27,6 @@ pub trait DepContext: Copy { /// Access the DepGraph. fn dep_graph(&self) -> &DepGraph; - fn register_reused_dep_node(&self, dep_node: &DepNode); - /// Access the profiler. fn profiler(&self) -> &SelfProfilerRef; -- cgit 1.4.1-3-g733a5