refactor: trim unused extension helpers

This commit is contained in:
Peter Steinberger
2026-05-01 09:50:38 +01:00
parent ef186a06d9
commit c9828635a8
6 changed files with 1 additions and 87 deletions

View File

@@ -80,10 +80,6 @@ export function setMemoryWorkspaceDir(next: string): void {
workspaceDir = next;
}
export function setMemoryStatusCustom(next: Record<string, unknown> | undefined): void {
customStatus = next;
}
export function setMemorySearchImpl(next: SearchImpl): void {
searchImpl = next;
}