Remove confusing comments.

This commit is contained in:
Sacha Ligthert 2025-01-21 21:13:06 +01:00
parent 915c373161
commit 3dfc74f17a

View File

@ -43,12 +43,6 @@ func (solver *Solver) find_blocks(row *string, rows *[]int) {
}
func (solver *Solver) check_combinations() {
// for rows1_index := range solver.row1s {
// solver.wg.Add(1)
// go solver.routine_row1(rows1_index)
// }
// solver.wg.Wait()
for rows1_index := range solver.row1s {
for rows2_index := range solver.row2s {
for rows3_index := range solver.row3s {