未验证 提交 9af0a6db 编写于 作者: H huanggze

remove unused func param

Signed-off-by: Nhuanggze <loganhuang@yunify.com>
上级 82488ac3
......@@ -429,7 +429,7 @@ func calcTimestamp(input string) int64 {
return ret
}
func parseQueryResult(operation int, param QueryParameters, body []byte, query []byte) *QueryResult {
func parseQueryResult(operation int, param QueryParameters, body []byte) *QueryResult {
var queryResult QueryResult
var response Response
......@@ -570,7 +570,7 @@ func Query(param QueryParameters) *QueryResult {
return queryResult
}
queryResult = parseQueryResult(operation, param, body, query)
queryResult = parseQueryResult(operation, param, body)
return queryResult
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册