Remove some more dead code in pg_dump.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Dec 2021 22:18:34 +0000 (17:18 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Dec 2021 22:18:34 +0000 (17:18 -0500)
commitb1c169caf0678a82cf26b5656e01399f6153456b
tree57e764d4d90ade18e5ea3cf2acceb40e2d4f154b
parent22592e10b41a95f841642fa16127521989177bbc
Remove some more dead code in pg_dump.

Coverity complained that parts of dumpFunc() and buildACLCommands()
were now unreachable, as indeed they are.  Remove 'em.

In passing, make dumpFunc's handling of protrftypes less gratuitously
different from other fields.
src/bin/pg_dump/dumputils.c
src/bin/pg_dump/pg_dump.c