Skip to content

Commit

Permalink
Remove eval_always from partitioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Nov 27, 2021
1 parent 9125b17 commit 433f711
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_middle/src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,6 @@ rustc_queries! {
}

query collect_and_partition_mono_items(_: ()) -> (&'tcx DefIdSet, &'tcx [CodegenUnit<'tcx>]) {
eval_always
desc { "collect_and_partition_mono_items" }
}
query is_codegened_item(def_id: DefId) -> bool {
Expand All @@ -1604,7 +1603,6 @@ rustc_queries! {

/// All items participating in code generation together with items inlined into them.
query codegened_and_inlined_items(_: ()) -> &'tcx DefIdSet {
eval_always
desc { "codegened_and_inlined_items" }
}

Expand Down

0 comments on commit 433f711

Please sign in to comment.