Commit 6891d75
committed
Remove dead code identified in PR #183
- Removed unused Choice.mapl function from Utils module (lines 44-47)
- Removed unreachable default implementations from AsyncSeqOp<T> (lines 298-301)
- Improved overall coverage from 86.1% to 86.4% by removing untestable code
- AsyncSeqOp<T> coverage improved from 33.3% to 100%
- Utils module coverage improved from 79.6% to 82.4%
- All 134 tests continue to pass
Addresses maintainer feedback from #180 (comment)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent d8cbc9e commit 6891d75
1 file changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 41 | | |
50 | 42 | | |
51 | 43 | | |
| |||
295 | 287 | | |
296 | 288 | | |
297 | 289 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | 290 | | |
303 | 291 | | |
304 | 292 | | |
| |||
0 commit comments