pgsql: pgcrypto: Remove unused code - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: pgcrypto: Remove unused code
Date
Msg-id E1oYYYy-000Lyv-DP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pgcrypto: Remove unused code

The mbuf_tell, mbuf_rewind and pgp_get_cipher_name functions were
introduced in commit e94dd6ab91, but were never used, so remove.

Reviewed-by: Aleksander Alekseev <aleksander@timescale.com>
Discussion: https://postgr.es/m/FCF3F14E-17D5-41F2-AC58-0A97B341193A@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1d3566f1b2a8cf518ec26322023d243b288a90aa

Modified Files
--------------
contrib/pgcrypto/mbuf.c | 13 -------------
contrib/pgcrypto/mbuf.h |  2 --
contrib/pgcrypto/pgp.c  | 10 ----------
contrib/pgcrypto/pgp.h  |  1 -
4 files changed, 26 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Update .gitignore
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Add VACUUM instrumentation for scanned pages, relfrozenxid.