Re: [PATCH] Remove useless assignments

2017-05-20 Thread Jeff King
On Sat, May 20, 2017 at 05:52:16AM +, Дилян Палаузов wrote: > Signed-off-by: Дилян Палаузов I assume this is just going through the results of clang's static analyzer and quieting it. I think most of these are not the right fix, though, as I discussed in

[PATCH] Remove useless assignments

2017-05-20 Thread Дилян Палаузов
Signed-off-by: Дилян Палаузов diff --git a/archive.c b/archive.c index 60b889198..e2534d186 100644 --- a/archive.c +++ b/archive.c @@ -503,7 +503,7 @@ int write_archive(int argc, const char **argv, const char *prefix, init_tar_archiver(); init_zip_archiver();