Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hoffman committed Oct 18, 2023
1 parent 6371cda commit ebd1499
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions circuit_passes/src/passes/loop_unroll/body_extractor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,6 @@ impl LoopBodyExtractor {
} else {
//Since SubcmpSignal is always added above, this should be unreachable.
unreachable!()
// bucket_to_args.insert(
// *b,
// ArgIndex::SubCmp { signal: next_idx, arena: arena_idx, counter: counter_idx,
// },
// );
// next_idx += 1;
}
}
}
Expand Down

0 comments on commit ebd1499

Please sign in to comment.