Skip to content

Commit 9e346a1

Browse files
committed
enums: remove DefaultRegistry
1 parent b5c67f4 commit 9e346a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

enums/enums.go

-3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,3 @@ func (r *Registry) Lookup(name string) *Descriptor {
4949
}
5050
return r.descriptors[name]
5151
}
52-
53-
// DefaultRegistry is the default [Registry].
54-
var DefaultRegistry = &Registry{}

0 commit comments

Comments
 (0)