Vintage unused variables in pg_dump.c
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-05-18T15:04:02Z
Lists: pgsql-hackers
Attachments
- pg_dump_unused_vars.patch (application/octet-stream) patch
Unless I'm missing something, the g_comment_start and g_comment_end variables in pg_dump.c seems to have been unused since 30ab5bd43d8f2082659191 (in the 7.2 cycle) and can probably be safely removed by now. The attached passes make check. cheers ./daniel
Commits
-
Remove unused variables.
- fe0062c900ef 13.0 landed