Skip to content

Commit 84f4f50

Browse files
committed
Remove unused code
1 parent 35ed2b6 commit 84f4f50

File tree

2 files changed

+0
-58
lines changed

2 files changed

+0
-58
lines changed

registry/auto_registry.go

Lines changed: 0 additions & 50 deletions
This file was deleted.

registry/registry.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ type registerConfig struct {
3131
Name string
3232
}
3333

34-
func (r *Registry) Seal() {
35-
r.sealed = true
36-
}
37-
38-
func (r *Registry) Sealed() bool {
39-
return r.sealed
40-
}
41-
4234
func (r *Registry) RegisterWorkflow(workflow any, opts ...RegisterOption) error {
4335
cfg := registerOptions(opts).applyRegisterOptions(registerConfig{})
4436
name := cfg.Name

0 commit comments

Comments
 (0)