From 652a8947d981db0367bcff5b123545eba0049878 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 31 Jul 2019 10:18:29 +0900 Subject: [PATCH] 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 --- contrib/pgcrypto/pgp.c | 1 - 1 file changed, 1 deletion(-) 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