Skip to content

Commit 0f51437

Browse files
committed
Remove unused code
1 parent 42c303d commit 0f51437

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

worker/worker.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ func New(backend backend.Backend, options *Options) Worker {
8181
activityWorker: internal.NewActivityWorker(backend, registry, clock.New(), options),
8282

8383
registry: registry,
84-
85-
workflows: map[string]interface{}{},
86-
activities: map[string]interface{}{},
8784
}
8885
}
8986

0 commit comments

Comments
 (0)