fix: remove unused destroy() from ForwardKind0ToLocalRelayState

EventCollector lives for the lifetime of Account, matching the same
pattern used by CacheClientConnector — no explicit teardown needed.

https://claude.ai/code/session_01Er9VV7nHyDb5pihrunb81F
This commit is contained in:
Claude
2026-04-03 19:31:50 +00:00
committed by greenart7c3
parent 30aa997a93
commit 68623a43f9
@@ -39,8 +39,4 @@ class ForwardKind0ToLocalRelayState(
}
}
}
fun destroy() {
eventCollector.destroy()
}
}