forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2c27cc2
committed
Remove dead assignment to local variable.
This should have been removed in commit7e30c18, which split the loopinto two. Only the first loop uses the 'from' variable; updating it inthe second loop is bogus. It was never read after the first loop, so thiswas harmless and surely optimized away by the compiler, but let's be tidy.Backpatch to all supported versions.Author: Ranier VilelaDiscussion:https://www.postgresql.org/message-id/CAEudQAoWq%2BAL3BnELHu7gms2GN07k-np6yLbukGaxJ1vY-zeiQ%40mail.gmail.com1 parent1c612bc commit2c27cc2
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 | 80 |
| |
82 | 81 |
| |
83 | 82 |
| |
|
0 commit comments
Comments
(0)