Commit 2a451d5
relayburn-sdk: drop reintroduced let _ block in parse_codex_buffer (#405)
* relayburn-sdk: drop reintroduced let _ block in parse_codex_buffer
PR #371 dropped the two `let _ = (...)` warning-silencers at the tail of
`parse_codex_buffer`, but #372 (JSONL streaming refactor) re-added the
larger one when it restructured the loop. Audit re-confirms each
`committed_*` mirror is read either by the emitted records or by the
resume state, so the live values are dead at function exit and modern
rustc does not flag them.
Refs #346.
* changelog: trim parse_codex_buffer entry to impact-first style
Per project changelog guidelines and CodeRabbit feedback on #405.
* changelog: drop noop dead-code removal entry
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 85caf27 commit 2a451d5
1 file changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
1195 | | - | |
1196 | | - | |
1197 | | - | |
1198 | | - | |
1199 | | - | |
1200 | | - | |
1201 | | - | |
1202 | | - | |
1203 | | - | |
1204 | | - | |
1205 | | - | |
1206 | | - | |
1207 | 1195 | | |
1208 | 1196 | | |
1209 | 1197 | | |
| |||
0 commit comments