Commit da98562
committed
node.c: Remove extraneous conditional.
node cannot be NULL in this function (and is dereferenced in other
parts of it) so remove an unnecessary check for existence.1 parent f975907 commit da98562
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2331 | 2331 | | |
2332 | 2332 | | |
2333 | 2333 | | |
2334 | | - | |
2335 | | - | |
2336 | | - | |
| 2334 | + | |
2337 | 2335 | | |
2338 | 2336 | | |
2339 | 2337 | | |
| |||
0 commit comments