Remove orphaned structure member in pgcrypto
authorMichael Paquier <michael@paquier.xyz>
Wed, 31 Jul 2019 01:18:29 +0000 (10:18 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 31 Jul 2019 01:18:29 +0000 (10:18 +0900)
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

contrib/pgcrypto/pgp.c

index 0800fc325d10b1ceefe90461adc3f82a927eca5b..dd8dae1b8459f6ed37bfbd94180fca350c55ca20 100644 (file)
@@ -54,7 +54,6 @@ struct digest_info
 {
    const char *name;
    int         code;
-   const char *int_name;
 };
 
 struct cipher_info