Remove the (inaccurate) symbol_export_level query.
This commit is contained in:
parent
8d95c86974
commit
e203b3ab71
5 changed files with 4 additions and 9 deletions
|
|
@ -648,8 +648,6 @@ define_dep_nodes!( <'tcx>
|
|||
|
||||
[] InstanceDefSizeEstimate { instance_def: InstanceDef<'tcx> },
|
||||
|
||||
[] GetSymbolExportLevel(DefId),
|
||||
|
||||
[] WasmCustomSections(CrateNum),
|
||||
|
||||
[input] Features,
|
||||
|
|
|
|||
|
|
@ -390,7 +390,6 @@ define_maps! { <'tcx>
|
|||
[] fn collect_and_partition_translation_items:
|
||||
collect_and_partition_translation_items_node(CrateNum)
|
||||
-> (Arc<DefIdSet>, Arc<Vec<Arc<CodegenUnit<'tcx>>>>),
|
||||
[] fn symbol_export_level: GetSymbolExportLevel(DefId) -> SymbolExportLevel,
|
||||
[] fn is_translated_item: IsTranslatedItem(DefId) -> bool,
|
||||
[] fn codegen_unit: CodegenUnit(InternedString) -> Arc<CodegenUnit<'tcx>>,
|
||||
[] fn compile_codegen_unit: CompileCodegenUnit(InternedString) -> Stats,
|
||||
|
|
|
|||
|
|
@ -1087,7 +1087,6 @@ pub fn force_from_dep_node<'a, 'gcx, 'lcx>(tcx: TyCtxt<'a, 'gcx, 'lcx>,
|
|||
|
||||
DepKind::TargetFeaturesWhitelist => { force!(target_features_whitelist, LOCAL_CRATE); }
|
||||
|
||||
DepKind::GetSymbolExportLevel => { force!(symbol_export_level, def_id!()); }
|
||||
DepKind::Features => { force!(features_query, LOCAL_CRATE); }
|
||||
|
||||
DepKind::ProgramClausesFor => { force!(program_clauses_for, def_id!()); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue