diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-08-29 13:08:00 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-08-29 13:08:00 +0200 |
commit | d2b117d1e0c043414e04e9f39fac799f0382064a (patch) | |
tree | fc992d598d5dfa2e91bb73c6eb355e53d67084a8 | |
parent | 9bc48026a93e8330a2bd2795e78d5951c16b7d33 (diff) |
process-name: fix a warning
Change-Id: I1e70cded34b080215b53b8bb28945303d4e5f3e6
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/process-name.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |