remove mathutil.Max
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
package mathutil
|
||||
|
||||
// Max returns the larger of a and b.
|
||||
func Max(a, b int) int {
|
||||
if a >= b {
|
||||
return a
|
||||
}
|
||||
return b
|
||||
}
|
||||
Reference in New Issue
Block a user