Remove unused NPC registry and identity aliases
This commit is contained in:
@@ -203,9 +203,6 @@ func Resolve(references contracts.ReferenceSet) (*Registry, error) {
|
||||
}, nil
|
||||
}
|
||||
|
||||
// New is an alias for Resolve for callers constructing a prepared registry.
|
||||
func New(references contracts.ReferenceSet) (*Registry, error) { return Resolve(references) }
|
||||
|
||||
// Bound reports whether an NPC reference was supplied and validated.
|
||||
func (r *Registry) Bound() bool { return r != nil && r.bound }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user