[client:client] removed unused part in struct T
This commit is contained in:
parent
18c9a9951a
commit
996955b820
|
@ -17,7 +17,6 @@ type T struct {
|
||||||
ctx *context.T // shared context
|
ctx *context.T // shared context
|
||||||
key *keyset.T // current key
|
key *keyset.T // current key
|
||||||
sync *keyset.T // next bufferised key
|
sync *keyset.T // next bufferised key
|
||||||
consumed bool // true if 'key' must be renewed (with 'sync')
|
|
||||||
fkey *config // key file management
|
fkey *config // key file management
|
||||||
fsync *config // sync file management
|
fsync *config // sync file management
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue