diff --git a/conn.go b/conn.go index 56ac9e70..5dfd95a7 100644 --- a/conn.go +++ b/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()