Commit 0aa6b2e
mp_fdjac2: drop asserts made redundant by isfinite guard
bl4ckb0ne noted on PR collabora#364 that once the isfinite() sanitize-to-zero
guard runs, the following assert(isfinite(fjac[ij])) can never fire
in a debug build and is already a no-op under -DNDEBUG. Removed both
now-dead asserts (one-sided non-debug and debug paths).
Claude Code assisted with this change.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 82423c8 commit 0aa6b2e
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1231 | 1231 | | |
1232 | 1232 | | |
1233 | 1233 | | |
1234 | | - | |
1235 | 1234 | | |
1236 | 1235 | | |
1237 | 1236 | | |
| |||
1240 | 1239 | | |
1241 | 1240 | | |
1242 | 1241 | | |
1243 | | - | |
1244 | 1242 | | |
1245 | 1243 | | |
1246 | 1244 | | |
| |||
0 commit comments