summaryrefslogtreecommitdiff
path: root/src/tutorial/funcs.source
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2021-07-12 11:13:33 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2021-07-12 11:14:13 +0300
commit96c0890d4bb1ac82cc0316000214f50767019b0f (patch)
tree660964915bd648566523be0d128493960cde77b9 /src/tutorial/funcs.source
parent1d49c888755b26d51fba03538ee2ce28478a86ad (diff)
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 by the compiler, but let's be tidy. Backpatch to all supported versions. Author: Ranier Vilela Discussion: https://www.postgresql.org/message-id/CAEudQAoWq%2BAL3BnELHu7gms2GN07k-np6yLbukGaxJ1vY-zeiQ%40mail.gmail.com
Diffstat (limited to 'src/tutorial/funcs.source')
0 files changed, 0 insertions, 0 deletions