mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 08:40:18 +01:00
Removed dead code.
This commit is contained in:
parent
ea57c7c35f
commit
8c459d05de
@ -25,13 +25,6 @@ func max32(a, b int32) int32 {
|
||||
return b
|
||||
}
|
||||
|
||||
func min32(a, b int32) int32 {
|
||||
if a < b {
|
||||
return a
|
||||
}
|
||||
return b
|
||||
}
|
||||
|
||||
func max16(a, b int16) int16 {
|
||||
if a > b {
|
||||
return a
|
||||
|
Loading…
Reference in New Issue
Block a user