From d278284e74cb0864a1cb33256ecac0c1c4f0a55b Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 15 Apr 2016 13:56:44 +0100 Subject: Fix some code maintenance issues Various instances of variables being written to, but then never read. Reviewed-by: Richard Levitte --- apps/ts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/ts.c') 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; -- cgit v1.2.3