From: Christopher Faulet Date: Fri, 3 Jun 2022 09:35:37 +0000 (+0200) Subject: CLEANUP: ssl_ckch: Remove unused field in commit_cacrlfile_ctx structure X-Git-Tag: v2.7-dev1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0c4834ef7b5371affe7b83b6cf8e1d3aea8c46;p=thirdparty%2Fhaproxy.git CLEANUP: ssl_ckch: Remove unused field in commit_cacrlfile_ctx structure .next_ckchi field is not used by functions responsible to commit changes on CA/CRL entries. It can be removed. --- diff --git a/src/ssl_ckch.c b/src/ssl_ckch.c index e6e94e02e9..5079f59014 100644 --- a/src/ssl_ckch.c +++ b/src/ssl_ckch.c @@ -125,7 +125,6 @@ struct commit_cacrlfile_ctx { struct cafile_entry *old_crlfile_entry; struct cafile_entry *new_crlfile_entry; struct ckch_inst_link *next_ckchi_link; - struct ckch_inst *next_ckchi; enum cafile_type cafile_type; /* either CA or CRL, depending on the current command */ char *err; enum {