Commit 652a8947 authored by Michael Paquier's avatar Michael Paquier

Remove orphaned structure member in pgcrypto

int_name has never been used for digest lookups since its introduction
in e94dd6ab.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/386C26CB-628B-4A4C-8879-D8BF190F2C77@yesql.se
parent a29834be
...@@ -54,7 +54,6 @@ struct digest_info ...@@ -54,7 +54,6 @@ struct digest_info
{ {
const char *name; const char *name;
int code; int code;
const char *int_name;
}; };
struct cipher_info struct cipher_info
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment