Commit d8a42b1
committed
Remove bogus while-loop.
Commit abf5c5c added a bogus while-
statement after the for(;;)-loop. It went unnoticed in testing, because
it was dead code.
Report by KONDO Mitsumasa. Backpatch to 9.3. The commit that introduced
this was also applied to 9.2, but not the bogus while-loop part, because
the code in 9.2 looks quite different.1 parent 192d8e0 commit d8a42b1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11333 | 11333 | | |
11334 | 11334 | | |
11335 | 11335 | | |
11336 | | - | |
| 11336 | + | |
11337 | 11337 | | |
11338 | | - | |
| 11338 | + | |
11339 | 11339 | | |
11340 | 11340 | | |
11341 | 11341 | | |
| |||
0 commit comments