remove unused field

This commit is contained in:
Dmitriy Ryajov 2020-04-06 15:33:22 -06:00
parent 4ee1b4a66d
commit 0c8dde15e7
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ import ../protocol,
type
Secure* = ref object of LPProtocol # base type for secure managers
cleanupFut: Future[void]
SecureConn* = ref object of Connection