pgsql: Remove unreferenced function declarations.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unreferenced function declarations.
Date: 2019-07-05 23:28:51
Message-ID: E1hjXdL-0002jN-LI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unreferenced function declarations.

These seem to be leftovers from old patches, perhaps.

Masahiko Sawada

Discussion: https://postgr.es/m/CAD21AoDuAYsRb3Q9aobkFZ6DZMWxsyg4HOmgkwgeWNfSkTwGxw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79b94716e72086b07549b1c867a8ecdea6bae77e

Modified Files
--------------
src/include/access/transam.h | 1 -
src/include/commands/tablecmds.h | 2 --
src/include/utils/dsa.h | 2 --
3 files changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-07-06 03:56:40 pgsql: Add some test cases to improve test coverage of parse_expr.c.
Previous Message Tom Lane 2019-07-05 18:17:52 pgsql: Remove dead encoding-conversion functions.