Skip to content

Commit 261f309

Browse files
committed
Go 1.1 spec changes
1 parent c4f805a commit 261f309

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

errors.go

-1
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,4 @@ func (mc *mysqlConn) getWarnings() (err error) {
102102
return
103103
}
104104
}
105-
return
106105
}

packets.go

-3
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,6 @@ func (mc *mysqlConn) readColumns(count int) (columns []mysqlField, err error) {
569569

570570
i++
571571
}
572-
573-
return
574572
}
575573

576574
// Read Packets as Field Packets until EOF-Packet or an Error appears
@@ -636,7 +634,6 @@ func (mc *mysqlConn) readUntilEOF() (err error) {
636634
}
637635
return // Err or EOF
638636
}
639-
return
640637
}
641638

642639
/******************************************************************************

0 commit comments

Comments
 (0)