Browse Source

Remove an outdated comment about writePacket

Xiuming Chen 12 years ago
parent
commit
f975c34fff
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packets.go

+ 0 - 1
packets.go

@@ -75,7 +75,6 @@ func (mc *mysqlConn) readPacket() ([]byte, error) {
 }
 }
 
 
 // Write packet buffer 'data'
 // Write packet buffer 'data'
-// The packet header must be already included
 func (mc *mysqlConn) writePacket(data []byte) error {
 func (mc *mysqlConn) writePacket(data []byte) error {
 	pktLen := len(data) - 4
 	pktLen := len(data) - 4