We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaf082 commit 38f2b2eCopy full SHA for 38f2b2e
app/bootstrap/internal/state/global.go
@@ -16,9 +16,4 @@ var (
16
rootKeySeed [crypto.AES256KeySize]byte
17
// rootKeySeedMu provides mutual exclusion for access to the root key seed.
18
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
24
)
0 commit comments