Fix go vet

pull/9021/head
Jason Wilder 2017-10-30 12:30:01 -06:00
parent 00763b0105
commit ed2ff3b401
1 changed files with 0 additions and 2 deletions

View File

@ -164,7 +164,6 @@ func (i *Importer) processDDL(scanner *bufio.Reader) error {
}
i.queryExecutor(line)
}
return nil
}
func (i *Importer) processDML(scanner *bufio.Reader) error {
@ -193,7 +192,6 @@ func (i *Importer) processDML(scanner *bufio.Reader) error {
}
i.batchAccumulator(line, start)
}
return nil
}
func (i *Importer) execute(command string) {