Skip to content

Commit c27f685

Browse files
committed
Go 1.1 spec changes
1 parent 410ea2b commit c27f685

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

errors.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,4 @@ func (mc *mysqlConn) getWarnings() (err error) {
100100
return
101101
}
102102
}
103-
return
104103
}

packets.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,6 @@ func (mc *mysqlConn) readColumns(count int) (columns []mysqlField, err error) {
538538

539539
i++
540540
}
541-
542-
return
543541
}
544542

545543
// Read Packets as Field Packets until EOF-Packet or an Error appears
@@ -605,7 +603,6 @@ func (mc *mysqlConn) readUntilEOF() (err error) {
605603
}
606604
return // Err or EOF
607605
}
608-
return
609606
}
610607

611608
/******************************************************************************

0 commit comments

Comments
 (0)