Skip to content

Commit 9fea815

Browse files
committed
cleanup(core): remove mutex from options.
1 parent 1f0ded3 commit 9fea815

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/options.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package core
22

33
import (
4-
"sync"
54
"sync/atomic"
65

76
"github.com/relab/hotstuff"
@@ -32,7 +31,6 @@ func NewOption() OptionID {
3231

3332
// Options stores runtime configuration settings.
3433
type Options struct {
35-
mut sync.Mutex
3634
options []any
3735

3836
id hotstuff.ID

0 commit comments

Comments
 (0)