0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 7.4.1566

Problem:    Compiler warning for shadowed variable. (Kazunobu Kuriyama)
Solution:   Remove the inner one.
This commit is contained in:
Bram Moolenaar
2016-03-15 13:09:53 +01:00
parent f155196444
commit 4f118be2bb
2 changed files with 2 additions and 2 deletions

View File

@@ -8759,8 +8759,6 @@ call_func(
}
if (error == ERROR_NONE && partial->pt_argc > 0)
{
int i;
for (argv_clear = 0; argv_clear < partial->pt_argc; ++argv_clear)
copy_tv(&partial->pt_argv[argv_clear], &argv[argv_clear]);
for (i = 0; i < argcount_in; ++i)