mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: remove unused math function (#79120)
This commit is contained in:
parent
9f0fc60477
commit
3299809977
@ -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
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user