pgsql: Remove useless variable.

Started by Tom Laneover 4 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Remove useless variable.

flatten_join_alias_vars_mutator counted attnums, but didn't
do anything with the count (no doubt it did at one time).

Noted by buildfarm member seawasp.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c2d81ee902b96e6218e832eea184dbbfbc3af7d7

Modified Files
--------------
src/backend/optimizer/util/var.c | 3 ---
1 file changed, 3 deletions(-)