remove unneeded type

This commit is contained in:
kim 2024-04-18 23:01:26 +01:00
parent c04061c260
commit c6dff63ed3
1 changed files with 0 additions and 4 deletions

View File

@ -321,10 +321,6 @@ type stmt interface {
driver.StmtQueryContext
}
type rows interface {
driver.Rows
}
// toNamedValues converts older driver.Value types to driver.NamedValue types.
func toNamedValues(args []driver.Value) []driver.NamedValue {
if args == nil {