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:
-4
@@ -39,8 +39,4 @@ class ForwardKind0ToLocalRelayState(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun destroy() {
|
||||
eventCollector.destroy()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user