refactor(agents): remove unused process registry export · openclaw/openclaw@0471275
vincentkoc
·
2026-06-16
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -323,11 +323,6 @@ export function listFinishedSessions() {
|
323 | 323 | return Array.from(finishedSessions.values()); |
324 | 324 | } |
325 | 325 | |
326 | | -/** Clears retained finished sessions without touching running processes. */ |
327 | | -export function clearFinished() { |
328 | | -finishedSessions.clear(); |
329 | | -} |
330 | | - |
331 | 326 | /** Test-only reset for in-memory registry state and retention timers. */ |
332 | 327 | export function resetProcessRegistryForTests() { |
333 | 328 | runningSessions.clear(); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。