redundant min
This commit is contained in:
parent
eb40995c60
commit
7d24b406aa
1 changed files with 0 additions and 7 deletions
|
|
@ -130,10 +130,3 @@ func getICODimensions(data []byte) (int, int) {
|
|||
|
||||
return bestW, bestH
|
||||
}
|
||||
|
||||
func min(a, b int) int {
|
||||
if a < b {
|
||||
return a
|
||||
}
|
||||
return b
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue