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
This commit is contained in:
Michael Paquier 2019-07-31 10:18:29 +09:00
parent a29834beb1
commit 652a8947d9
1 changed files with 0 additions and 1 deletions

View File

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