summaryrefslogtreecommitdiffstats
path: root/apps/errstr.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-15 13:56:44 +0100
committerMatt Caswell <matt@openssl.org>2016-04-21 10:51:57 +0100
commitd278284e74cb0864a1cb33256ecac0c1c4f0a55b (patch)
treea1fbb7f1431b48550162a688391354c22ac6574d /apps/errstr.c
parenta043d0b91d62fd8526a3fd791e3ad2ebcf888cd9 (diff)
Fix some code maintenance issues
Various instances of variables being written to, but then never read. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps/errstr.c')
-rw-r--r--apps/errstr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/errstr.c b/apps/errstr.c
index 141338adac..cd7f6c5e76 100644
--- a/apps/errstr.c
+++ b/apps/errstr.c
@@ -107,7 +107,6 @@ int errstr_main(int argc, char **argv)
}
}
argc = opt_num_rest();
- argv = opt_rest();
ret = 0;
for (argv = opt_rest(); *argv; argv++) {