未验证 提交 eef04b96 编写于 作者: H Hyang-Ah Hana Kim 提交者: GitHub

dap: delete unused function (#2720)

staticcheck reported a warning (U1000)
上级 c7e2a9b6
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
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册