Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 652a894

Browse files
committed
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
1 parent a29834b commit 652a894

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/pgcrypto/pgp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ struct digest_info
5454
{
5555
const char *name;
5656
int code;
57-
const char *int_name;
5857
};
5958

6059
struct cipher_info

0 commit comments

Comments
 (0)