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