Update copyright dates
[src/app-framework-binder.git] / src / process-name.c
index e8e19ee..828c8da 100644 (file)
@@ -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;