aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgp.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-07-31 10:18:29 +0900
committerMichael Paquier <michael@paquier.xyz>2019-07-31 10:18:29 +0900
commit652a8947d981db0367bcff5b123545eba0049878 (patch)
tree3b4efb5668e2446820fc3abaaaacc5a658b54c66 /contrib/pgcrypto/pgp.c
parenta29834beb1deeb0aa06742dd77ba1d21b444ca44 (diff)
downloadpostgresql-652a8947d981db0367bcff5b123545eba0049878.tar.gz
postgresql-652a8947d981db0367bcff5b123545eba0049878.zip
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
Diffstat (limited to 'contrib/pgcrypto/pgp.c')
-rw-r--r--contrib/pgcrypto/pgp.c1
1 files changed, 0 insertions, 1 deletions
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