Remove confusing comments.
This commit is contained in:
parent
915c373161
commit
3dfc74f17a
@ -43,12 +43,6 @@ func (solver *Solver) find_blocks(row *string, rows *[]int) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (solver *Solver) check_combinations() {
|
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 rows1_index := range solver.row1s {
|
||||||
for rows2_index := range solver.row2s {
|
for rows2_index := range solver.row2s {
|
||||||
for rows3_index := range solver.row3s {
|
for rows3_index := range solver.row3s {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user