Remove some unneccessary assignments to argc
[openssl.git] / apps / openssl.c
index c8912eee5941d86af43ff574e2bc154e76a83d4c..f2fb295fab5ace9460a05daad4ecb2a9c46325e8 100644 (file)
@@ -491,10 +491,8 @@ int help_main(int argc, char **argv)
             return 0;
         }
     }
-    argc = opt_num_rest();
-    argv = opt_rest();
 
-    if (argc != 0) {
+    if (opt_num_rest() != 0) {
         BIO_printf(bio_err, "Usage: %s\n", prog);
         return 1;
     }