mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
apps/cms.c: Cleanup for dead assignment to argc
CLA: trivial Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26273)
This commit is contained in:
parent
fbd34c03e3
commit
c5e17e8cb7
@ -730,7 +730,6 @@ int cms_main(int argc, char **argv)
|
||||
}
|
||||
|
||||
/* Remaining args are files to process. */
|
||||
argc = opt_num_rest();
|
||||
argv = opt_rest();
|
||||
|
||||
if ((rr_allorfirst != -1 || rr_from != NULL) && rr_to == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user