Remove unused channels

This commit is contained in:
Mickael Remond 2019-06-29 17:39:59 +02:00
parent cca0919b8a
commit 7c71d93026
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

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