Skip to content

Commit 7b9a605

Browse files
committed
Remove explicit mutex initialization
1 parent da9512b commit 7b9a605

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/workflow/registry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ type Registry struct {
2020

2121
func NewRegistry() *Registry {
2222
return &Registry{
23-
Mutex: sync.Mutex{},
2423
workflowMap: make(map[string]wf.Workflow),
2524
activityMap: make(map[string]interface{}),
2625
}

0 commit comments

Comments
 (0)