From 996955b820d1d26f4c6527cabef167dfe5251df2 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 22 Apr 2018 21:11:58 +0200 Subject: [PATCH] [client:client] removed unused part in struct T --- src/git.xdrm.io/schastsp/client/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/git.xdrm.io/schastsp/client/client.go b/src/git.xdrm.io/schastsp/client/client.go index eeaa375..c83119c 100644 --- a/src/git.xdrm.io/schastsp/client/client.go +++ b/src/git.xdrm.io/schastsp/client/client.go @@ -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 }