pgcrypto: Remove unused code

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 1d3566f1b2a8cf518ec26322023d243b288a90aa
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2022-09-14T19:58:30Z
Releases: 16.0
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

Files

PathChange+/−
contrib/pgcrypto/mbuf.c modified +0 −13
contrib/pgcrypto/mbuf.h modified +0 −2
contrib/pgcrypto/pgp.c modified +0 −10
contrib/pgcrypto/pgp.h modified +0 −1

Discussion