remove unused field
This commit is contained in:
parent
4ee1b4a66d
commit
0c8dde15e7
|
@ -19,7 +19,6 @@ import ../protocol,
|
||||||
|
|
||||||
type
|
type
|
||||||
Secure* = ref object of LPProtocol # base type for secure managers
|
Secure* = ref object of LPProtocol # base type for secure managers
|
||||||
cleanupFut: Future[void]
|
|
||||||
|
|
||||||
SecureConn* = ref object of Connection
|
SecureConn* = ref object of Connection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue