Skip to content

Commit

Permalink
Remove dead code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-nichter committed Dec 8, 2022
1 parent f39112b commit 1a1ed62
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions deep.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,16 +493,6 @@ func (c *cmp) cmpMapValueCounts(a, b reflect.Value, am, bm map[interface{}]int,
}
delete(am, v)
delete(bm, v)

/*else {
c.push(fmt.Sprintf("(unordered) slice[]=%v: value count", v))
c.saveDiff(fmt.Sprintf("%d", aCount), "<no value>")
} else {
c.saveDiff("<no value>", fmt.Sprintf("%d occurrences", bCount))
}
c.pop()
}
*/
}
}

Expand Down

0 comments on commit 1a1ed62

Please sign in to comment.