mirror of https://github.com/jackc/pgx.git
Remove unused function
parent
6ae7f63d00
commit
7d97dca9b1
4
conn.go
4
conn.go
|
@ -1021,10 +1021,6 @@ func (c *Conn) rxParameterDescription(r *MsgReader) (parameters []Oid) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Conn) rxCommandComplete(r *MsgReader) string {
|
|
||||||
return r.ReadCString()
|
|
||||||
}
|
|
||||||
|
|
||||||
func (c *Conn) rxNotificationResponse(r *MsgReader) {
|
func (c *Conn) rxNotificationResponse(r *MsgReader) {
|
||||||
n := new(Notification)
|
n := new(Notification)
|
||||||
n.Pid = r.ReadInt32()
|
n.Pid = r.ReadInt32()
|
||||||
|
|
Loading…
Reference in New Issue