Remove duplicate line

This commit is contained in:
Jack Christensen 2014-09-27 12:20:36 -05:00
parent 3d7974ce30
commit 9e30e7aa93

View File

@ -350,7 +350,6 @@ func (c *Conn) Deallocate(name string) (err error) {
// flush
wbuf.startMsg('H')
wbuf.closeMsg()
wbuf.closeMsg()
_, err = c.conn.Write(wbuf.buf)
if err != nil {