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
pull/47/head
Michael Paquier 6 years ago
parent a29834beb1
commit 652a8947d9
  1. 1
      contrib/pgcrypto/pgp.c

@ -54,7 +54,6 @@ struct digest_info
{
const char *name;
int code;
const char *int_name;
};
struct cipher_info

Loading…
Cancel
Save