Drop the unused _relogin helper
Nothing called it — not the adapter, not the tests, not the gateway. It
would not have forced a re-login either: it cleared self._token, but
_ensure_token() checks the configured token and the existing client, so
a configured token made it return True without logging in again. Token
expiry is handled by the reconnect path.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>