refactor(agent-dispatcher): remove dead detectWorktreeFromCwd re-export
This commit is contained in:
parent
584a38d096
commit
7ba63db101
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ import {
|
||||||
|
|
||||||
// Re-export public API consumed by other modules
|
// Re-export public API consumed by other modules
|
||||||
export { registerSessionProject, waitForPendingPersistence } from './utils/session-persistence';
|
export { registerSessionProject, waitForPendingPersistence } from './utils/session-persistence';
|
||||||
export { detectWorktreeFromCwd } from './utils/worktree-detection';
|
|
||||||
|
|
||||||
let unlistenMsg: (() => void) | null = null;
|
let unlistenMsg: (() => void) | null = null;
|
||||||
let unlistenExit: (() => void) | null = null;
|
let unlistenExit: (() => void) | null = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue