File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -270,8 +270,6 @@ fn activate_deps_loop(
270
270
// `conflicting_activations` in `past_conflicting_activations`
271
271
let mut backtracked = false ;
272
272
273
- // for candidate in remaining_candidates {
274
- // let next = candidate;
275
273
loop {
276
274
let next = remaining_candidates. next ( ) ;
277
275
@@ -712,9 +710,6 @@ struct BacktrackFrame {
712
710
/// filtered out, and as they are filtered the causes will be added to `conflicting_prev_active`.
713
711
#[ derive( Clone ) ]
714
712
struct ValidCandidates {
715
- // remaining: RcVecIter<Summary>,
716
- // // This is an inlined peekable generator
717
- // has_another: Option<Summary>,
718
713
prioritized_candidates : RcVecIter < Summary > ,
719
714
// This is an inlined peekable generator
720
715
has_another : Option < Summary > ,
You can’t perform that action at this time.
0 commit comments