зеркало из https://github.com/microsoft/git.git
update-cache: remove compiler warning
"Unused variable len"
This commit is contained in:
Родитель
ffbe1addd5
Коммит
22b781051b
|
@ -63,7 +63,6 @@ static int add_file_to_cache_1(char *path)
|
|||
struct cache_entry *ce;
|
||||
struct stat st;
|
||||
int fd;
|
||||
unsigned int len;
|
||||
char *target;
|
||||
|
||||
if (lstat(path, &st) < 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче