aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update-cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/update-cache.c b/update-cache.c
index 210c786af..97d5e8b6b 100644
--- a/update-cache.c
+++ b/update-cache.c
@@ -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) {