X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=src%2Fprocess-name.c;h=828c8da57d22d7d737149b3aa9882317aaf213f5;hp=e8e19eeac710e4a74fc89e5bf22e483c7df06ff5;hb=65353dce81a629e042800bb7b86fcd869a76727e;hpb=9bc48026a93e8330a2bd2795e78d5951c16b7d33 diff --git a/src/process-name.c b/src/process-name.c index e8e19eea..828c8da5 100644 --- a/src/process-name.c +++ b/src/process-name.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016, 2017 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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;