summaryrefslogtreecommitdiffstats
path: root/apps/ts.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/ts.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/ts.c')
-rw-r--r--apps/ts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/ts.c b/apps/ts.c
index 70a9013e2b..ff4b25eef6 100644
--- a/apps/ts.c
+++ b/apps/ts.c
@@ -320,7 +320,6 @@ int ts_main(int argc, char **argv)
}
}
argc = opt_num_rest();
- argv = opt_rest();
if (mode == OPT_ERR || argc != 0)
goto opthelp;