pgsql: pgcrypto: Remove unused code
Started by Daniel Gustafssonalmost 4 years ago1 messagescomitters
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: /messages/by-id/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(-)