Skip to content

Commit c52e9fb

Browse files
authored
Remove dead host-path helper re-exports from agent-volumes (#3563)
* Initial plan * fix: remove dead agent-volumes re-exports --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 9d7457e commit c52e9fb

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

src/services/agent-volumes.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,7 @@ import execa from 'execa';
44
import { SslConfig } from '../host-env';
55
import { logger } from '../logger';
66
import { WrapperConfig } from '../types';
7-
import {
8-
normalizeDockerHostPathPrefix,
9-
translateBindMountHostPath,
10-
applyHostPathPrefixToVolumes,
11-
} from './host-path-prefix';
12-
13-
// Re-export for backwards compatibility — call sites that previously imported
14-
// these helpers from agent-volumes.ts continue to work.
15-
export {
16-
normalizeDockerHostPathPrefix,
17-
translateBindMountHostPath,
18-
applyHostPathPrefixToVolumes,
19-
};
7+
import { applyHostPathPrefixToVolumes } from './host-path-prefix';
208

219
// ─── Agent Volumes ────────────────────────────────────────────────────────────
2210

0 commit comments

Comments
 (0)