From 3dfc74f17ae5e2a31f576af3ddf0afb4e450a5d0 Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Tue, 21 Jan 2025 21:13:06 +0100 Subject: [PATCH] Remove confusing comments. --- solver/processing.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/solver/processing.go b/solver/processing.go index 51ba21a..0850297 100644 --- a/solver/processing.go +++ b/solver/processing.go @@ -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 {