Skip to content

Commit 38f2b2e

Browse files
committed
remove unused vars.
Signed-off-by: Volkan Özçelik <me@volkan.io>
1 parent 8eaf082 commit 38f2b2e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/bootstrap/internal/state/global.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,4 @@ var (
1616
rootKeySeed [crypto.AES256KeySize]byte
1717
// rootKeySeedMu provides mutual exclusion for access to the root key seed.
1818
rootKeySeedMu sync.RWMutex
19-
20-
// rootSharesGenerated tracks whether RootShares() has been called.
21-
rootSharesGenerated bool
22-
// rootSharesGeneratedMu protects the rootSharesGenerated flag.
23-
rootSharesGeneratedMu sync.Mutex
2419
)

0 commit comments

Comments
 (0)