From: Alex Prabhat Bara <50404684+alexprabhat99@users.noreply.github.com> Date: Fri, 27 Dec 2024 06:37:11 +0000 (+0530) Subject: apps/cms.c: Cleanup for dead assignment to argc X-Git-Tag: openssl-3.5.0-alpha1~703 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e17e8cb72a560eeb502cfb11ed318de10b2832;p=thirdparty%2Fopenssl.git apps/cms.c: Cleanup for dead assignment to argc CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26273) --- diff --git a/apps/cms.c b/apps/cms.c index 539812ebb99..8428723a393 100644 --- a/apps/cms.c +++ b/apps/cms.c @@ -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) {