pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment

2018-01-29 Thread Peter Eisentraut
Remove dead assignment per scan-build Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6ad3611e1ea6fef6ac0c746d1565b3f6a856b593 Modified Files -- contrib/spi/refint.c | 1 - 1 file changed, 1 deletion(-)