Commit f092bd5
committed
Remove dead NULL branch in rbs_parse_signature
The while loop condition already guarantees next_token is kUSE, so
parse_use_directive always sets use_node. The NULL check was unreachable
and triggered -Wnonnull with the new nullability annotations.
https://claude.ai/code/session_013XvhPzhCAZGQ9qniMY1YQY1 parent b582767 commit f092bd5
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3324 | 3324 | | |
3325 | 3325 | | |
3326 | 3326 | | |
3327 | | - | |
3328 | | - | |
3329 | | - | |
3330 | | - | |
3331 | | - | |
| 3327 | + | |
3332 | 3328 | | |
3333 | 3329 | | |
3334 | 3330 | | |
| |||
0 commit comments