From: Michael Paquier Date: Wed, 31 Jul 2019 01:18:29 +0000 (+0900) Subject: Remove orphaned structure member in pgcrypto X-Git-Tag: aio-before-rebase-2020-06-24~1936 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=652a8947d981db0367bcff5b123545eba0049878;p=users%2Fandresfreund%2Fpostgres.git Remove orphaned structure member in pgcrypto int_name has never been used for digest lookups since its introduction in e94dd6a. Author: Daniel Gustafsson Discussion: https://postgr.es/m/386C26CB-628B-4A4C-8879-D8BF190F2C77@yesql.se --- diff --git a/contrib/pgcrypto/pgp.c b/contrib/pgcrypto/pgp.c index 0800fc325d..dd8dae1b84 100644 --- a/contrib/pgcrypto/pgp.c +++ b/contrib/pgcrypto/pgp.c @@ -54,7 +54,6 @@ struct digest_info { const char *name; int code; - const char *int_name; }; struct cipher_info