dap: delete unused function (#2720)
staticcheck reported a warning (U1000)
This commit is contained in:
parent
c7e2a9b6fb
commit
eef04b9646
@ -1,10 +0,0 @@
|
||||
package dap
|
||||
|
||||
// min returns the lowest-valued integer
|
||||
// between the two passed into it.
|
||||
func min(i, j int) int {
|
||||
if i < j {
|
||||
return i
|
||||
}
|
||||
return j
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user