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 <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
