mirror of
https://github.com/bgp/stayrtr.git
synced 2024-05-06 15:54:54 +00:00
Cleanup unused struct fields
This commit is contained in:
@ -21,17 +21,13 @@ type ClientSession struct {
|
||||
version uint8
|
||||
|
||||
connected bool
|
||||
tcpconn net.Conn
|
||||
rd io.Reader
|
||||
wr io.Writer
|
||||
|
||||
curserial uint32
|
||||
transmits chan PDU
|
||||
quit chan bool
|
||||
|
||||
tcpconn net.Conn
|
||||
sshsession *ssh.Session
|
||||
|
||||
rd io.Reader
|
||||
wr io.Writer
|
||||
|
||||
handler RTRClientSessionEventHandler
|
||||
|
||||
log Logger
|
||||
|
Reference in New Issue
Block a user