# HG changeset patch # User Chris Jones # Date 1326052425 25200 # Node ID 3d69b31c38391001dfefd2813a942059ba9c92ed # Parent ac0639692317e71b33f1a046688e3f79afd4e7f2 Remove this unnecessary struct field. diff -r ac0639692317 -r 3d69b31c3839 xmpp.go --- a/xmpp.go Sun Jan 08 12:43:50 2012 -0700 +++ b/xmpp.go Sun Jan 08 12:53:45 2012 -0700 @@ -80,7 +80,6 @@ // the time StartSession() returns. Jid JID password string - tcp net.Conn socket net.Conn socketSync sync.WaitGroup saslExpected string @@ -147,7 +146,6 @@ cl.Uid = <- Id cl.password = password cl.Jid = *jid - cl.tcp = tcp cl.socket = tcp cl.handlers = make(chan *stanzaHandler, 100) cl.inputControl = make(chan int)