Merge pull request #51947 from AnilBK/redundant-assignments

[cppcheck] Remove some redundant assignments.
This commit is contained in:
Michael Alexsander 2021-08-23 13:23:45 +00:00 committed by GitHub
commit 88db541705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 9 deletions

View file

@ -571,8 +571,6 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
List<String>::Element *I = args.front();
I = args.front();
while (I) {
I->get() = unescape_cmdline(I->get().strip_edges());
I = I->next();