[client:client] removed unused part in struct T

This commit is contained in:
xdrm-brackets 2018-04-22 21:11:58 +02:00
parent 18c9a9951a
commit 996955b820
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ type T struct {
ctx *context.T // shared context
key *keyset.T // current key
sync *keyset.T // next bufferised key
consumed bool // true if 'key' must be renewed (with 'sync')
fkey *config // key file management
fsync *config // sync file management
}