delete unnecessary code

This commit is contained in:
ROOKIE20570 2019-10-09 18:11:12 +08:00 committed by GitHub
parent bf05608086
commit d3dd5831ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -180,8 +180,6 @@ func (m *Mysql) resolvePacketTo(r io.Reader, w io.Writer) (uint8, error) {
} else {
return seq, nil
}
return seq, nil
}
func (stm *stream) resolve() {