From: Michael Paquier Date: Wed, 31 Jul 2019 01:18:29 +0000 (+0900) Subject: Remove orphaned structure member in pgcrypto X-Git-Tag: REL_13_BETA1~1693 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=652a8947d981db0367bcff5b123545eba0049878;p=thirdparty%2Fpostgresql.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 0800fc325d1..dd8dae1b845 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