Remove unused function

scan-io
Jack Christensen 2014-07-09 08:23:38 -05:00
parent 6ae7f63d00
commit 7d97dca9b1
1 changed files with 0 additions and 4 deletions

View File

@ -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()