diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-11-14 22:07:15 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-11-15 17:52:40 +0900 |
commit | 7998dcdedc7f1d3cfaabfc3f68ca7635f0e5e1d1 (patch) | |
tree | 18bf31e0436da1bf1fc6cb66bb2f70ab80eedfd0 /iseq.c | |
parent | b69bbf588a3dd167d62dbb89f0cef25ebae4a7ea (diff) |
Remove invariant condition
The `while` loop condition dereferences `cfp` and no `break` there,
`cfp` cannot be NULL just after the loop.
Diffstat (limited to 'iseq.c')
0 files changed, 0 insertions, 0 deletions