forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf4b3ab5
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 parent6bd9ae1 commitf4b3ab5
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
79 | 78 |
| |
80 | 79 |
| |
81 | 80 |
| |
|
0 commit comments
Comments
(0)