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 <aleksan...@timescale.com> Discussion: https://postgr.es/m/fcf3f14e-17d5-41f2-ac58-0a97b3411...@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(-)