From c5e17e8cb72a560eeb502cfb11ed318de10b2832 Mon Sep 17 00:00:00 2001 From: Alex Prabhat Bara <50404684+alexprabhat99@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:07:11 +0530 Subject: [PATCH] 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) --- apps/cms.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.47.2