From d2b117d1e0c043414e04e9f39fac799f0382064a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 29 Aug 2017 13:08:00 +0200 Subject: [PATCH] process-name: fix a warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I1e70cded34b080215b53b8bb28945303d4e5f3e6 Signed-off-by: José Bollo --- src/process-name.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/process-name.c b/src/process-name.c index e8e19eea..039f7c48 100644 --- a/src/process-name.c +++ b/src/process-name.c @@ -29,7 +29,6 @@ int process_name_set_name(const char *name) int process_name_replace_cmdline(char **argv, const char *name) { char *beg, *end, **av, c; - size_t length; /* update the command line */ av = argv; -- 2.16.6