Chore: remove unused math function (#79120)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
package util
|
||||
|
||||
// MinInt returns the smaller of x or y.
|
||||
func MinInt(x, y int) int {
|
||||
if x > y {
|
||||
return y
|
||||
}
|
||||
return x
|
||||
}
|
||||
Reference in New Issue
Block a user