Chore: remove unnecessary code

This commit is contained in:
Grail Finder
2026-03-05 00:28:47 +03:00
parent d144ee76d9
commit 2687f38d00
3 changed files with 13 additions and 47 deletions

View File

@@ -38,8 +38,3 @@ func RegisterA(toolNames []string, a AgenterA) {
func Get(toolName string) AgenterB {
return RegistryB[toolName]
}
// Register is a convenience wrapper for RegisterB.
func Register(toolName string, a AgenterB) {
RegisterB(toolName, a)
}