Skip to content

tools: remove orphaned Registry.PathTranslator() accessor - #650

Merged
glemsom merged 1 commit into
mainfrom
fix/645-remove-orphaned-pathtranslator-accessor
Aug 29, 2026
Merged

tools: remove orphaned Registry.PathTranslator() accessor#650
glemsom merged 1 commit into
mainfrom
fix/645-remove-orphaned-pathtranslator-accessor

Conversation

@glemsom

@glemsom glemsom commented Aug 29, 2026

Copy link
Copy Markdown
Owner

Closes #645

What

Removes the orphaned Registry.PathTranslator() accessor from internal/tools/registry.go. It has zero callers in production or test code.

Verification

  • go build ./... passes
  • go test ./internal/tools/... passes (one pre-existing environment failure: TestSandboxRealBwrapIntegration, which also fails on main untouched)
  • go vet ./internal/tools/ clean
  • PathTranslator type and NewPathTranslator kept (still used by open_in_browser and tests)

No caller references the method anywhere in the codebase; the
PathTranslator type and NewPathTranslator constructor stay (still
used by open_in_browser and tests). Closes #645.
@glemsom
glemsom merged commit 836a8bb into main Aug 29, 2026
1 check passed
@glemsom
glemsom deleted the fix/645-remove-orphaned-pathtranslator-accessor branch August 29, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dead code: remove orphaned Registry.PathTranslator() accessor

1 participant