X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fprocess-name.c;h=fff246fb6ebc4762269b0ad3f34eefb228bfb33e;hb=f3d1f19ae308cc0559728c0ccf6281cbce5ee37c;hp=e8e19eeac710e4a74fc89e5bf22e483c7df06ff5;hpb=9bc48026a93e8330a2bd2795e78d5951c16b7d33;p=src%2Fapp-framework-binder.git diff --git a/src/process-name.c b/src/process-name.c index e8e19eea..fff246fb 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-2019 "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;