@@ -47,10 +47,3 @@ func min(a, b uint) uint {
}
return a
func minUint64(a uint64, b uint64) uint64 {
if a > b {
return b
The note is not visible to the blocked user.