mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
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:
parent
a29834beb1
commit
652a8947d9
@ -54,7 +54,6 @@ struct digest_info
|
||||
{
|
||||
const char *name;
|
||||
int code;
|
||||
const char *int_name;
|
||||
};
|
||||
|
||||
struct cipher_info
|
||||
|
Loading…
x
Reference in New Issue
Block a user