Commit 135616d
committed
Fix remove unnecessary null pointer checks, issue #257.
There only appeared to be one obvious case left.
Code search process:
grep -C 3 delete .
... then look for if statements, in C-like code, conditioned on the same
variable, and no other obvious purpose that required the if statement.
Signed-off-by: Eric Powers <[email protected]>1 parent 4ab3f27 commit 135616d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1968 | 1968 | | |
1969 | 1969 | | |
1970 | 1970 | | |
1971 | | - | |
| 1971 | + | |
1972 | 1972 | | |
1973 | 1973 | | |
1974 | 1974 | | |
| |||
0 commit comments