update-cache: remove compiler warning

"Unused variable len"
maint
Linus Torvalds 2005-05-06 08:49:07 -07:00
parent ffbe1addd5
commit 22b781051b
1 changed files with 0 additions and 1 deletions

View File

@ -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) {