pgsql: pgcrypto: Remove unused code

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgcrypto: Remove unused code
Date: 2022-09-14 20:00:48
Message-ID: E1oYYYy-000Lyv-DP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)timescale(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-09-14 20:20:10 Re: pgsql: Add VACUUM instrumentation for scanned pages, relfrozenxid.
Previous Message Peter Eisentraut 2022-09-14 19:56:13 pgsql: Update .gitignore