- Notifications
You must be signed in to change notification settings - Fork28
Commit0a8b9d3
committed
Remove no-longer-needed loop in ExecGather().
Coverity complained quite properly that commitea15e18 had introducedunreachable code into ExecGather(); to wit, it was no longer possible toiterate the final for-loop more or less than once. So remove the for().In passing, clean up a couple of comments, and make better use of a localvariable.1 parent8f164e1 commit0a8b9d3
1 file changed
+15
-24
lines changedLines changed: 15 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
139 |
| - | |
| 138 | + | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 |
| - | |
| 204 | + | |
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
228 | 215 |
| |
229 |
| - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
230 | 221 |
| |
231 | 222 |
| |
232 | 223 |
| |
|
0 commit comments
Comments
(0)