projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffbe1ad
)
update-cache: remove compiler warning
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
210c786
..
97d5e8b
100644
(file)
--- 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) {