- Notifications
You must be signed in to change notification settings - Fork5
Commitd8a42b1
committed
Remove bogus while-loop.
Commitabf5c5c added a bogus while-statement after the for(;;)-loop. It went unnoticed in testing, becauseit was dead code.Report by KONDO Mitsumasa. Backpatch to 9.3. The commit that introducedthis was also applied to 9.2, but not the bogus while-loop part, becausethe code in 9.2 looks quite different.1 parent192d8e0 commitd8a42b1
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
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
Comments
(0)