Remove unused channels
This commit is contained in:
parent
cca0919b8a
commit
7c71d93026
|
@ -21,10 +21,6 @@ type Session struct {
|
|||
TlsEnabled bool
|
||||
lastPacketId int
|
||||
|
||||
// Session interface
|
||||
In chan interface{}
|
||||
Out chan interface{}
|
||||
|
||||
// read / write
|
||||
streamLogger io.ReadWriter
|
||||
decoder *xml.Decoder
|
||||
|
|
Loading…
Reference in a new issue