From: José Bollo Date: Tue, 29 Aug 2017 11:08:00 +0000 (+0200) Subject: process-name: fix a warning X-Git-Tag: eel/4.99.1~44 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d2b117d1e0c043414e04e9f39fac799f0382064a;hp=9bc48026a93e8330a2bd2795e78d5951c16b7d33;p=src%2Fapp-framework-binder.git process-name: fix a warning Change-Id: I1e70cded34b080215b53b8bb28945303d4e5f3e6 Signed-off-by: José Bollo --- 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;