1
Fork 0

Get rid of DepConstructor

This removes fully 235 unused functions.
This commit is contained in:
Joshua Nelson 2021-01-08 18:00:25 -05:00
parent 26438b4738
commit f7d261c3b1
3 changed files with 17 additions and 35 deletions

View file

@ -13,7 +13,8 @@ pub use rustc_query_system::dep_graph::{
WorkProduct, WorkProductId,
};
pub use dep_node::{dep_constructor, label_strs, DepKind, DepNode, DepNodeExt};
crate use dep_node::make_compile_codegen_unit;
pub use dep_node::{label_strs, DepKind, DepNode, DepNodeExt};
pub type DepGraph = rustc_query_system::dep_graph::DepGraph<DepKind>;
pub type TaskDeps = rustc_query_system::dep_graph::TaskDeps<DepKind>;