Skip to content

Commit 209b861

Browse files
committed
Remove unused ClaudeCodeAdapterLive constant export
All consumers use makeClaudeCodeAdapterLive() factory function instead. The constant was dead code with no imports anywhere in the codebase.
1 parent 31943a8 commit 209b861

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/server/src/provider/Layers/ClaudeCodeAdapter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ const makeClaudeCodeAdapter = Effect.succeed({
9898
streamEvents: Stream.empty as Stream.Stream<ProviderRuntimeEvent>,
9999
} satisfies ClaudeCodeAdapterShape);
100100

101-
export const ClaudeCodeAdapterLive = Layer.effect(ClaudeCodeAdapter, makeClaudeCodeAdapter);
102-
103101
export function makeClaudeCodeAdapterLive() {
104102
return Layer.effect(ClaudeCodeAdapter, makeClaudeCodeAdapter);
105103
}

0 commit comments

Comments
 (0)