pgsql: Remove dead code.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove dead code.
Date: 2015-07-19 17:21:01
Message-ID: E1ZGsGr-0005X0-QB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dead code.

Defect noticed by Coverity.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0ed1e572b644e064e480e14d2f6afe03d11638a7

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-20 07:45:47 pgsql: Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all
Previous Message Tom Lane 2015-07-18 15:47:33 pgsql: Make WaitLatchOrSocket's timeout detection more robust.