summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ffbe1ad)
raw | patch | inline | side by side (parent: ffbe1ad)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 6 May 2005 15:49:07 +0000 (08:49 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 6 May 2005 15:49:07 +0000 (08:49 -0700) |
"Unused variable len"
update-cache.c | patch | blob | history |
diff --git a/update-cache.c b/update-cache.c
index 210c786af6734f6ea772f2fc39b0303fde13e887..97d5e8b6b0695b82a235026430050a4140a1586a 100644 (file)
--- a/update-cache.c
+++ b/update-cache.c
struct cache_entry *ce;
struct stat st;
int fd;
- unsigned int len;
char *target;
if (lstat(path, &st) < 0) {