Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-05-07 03:33:39 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-07 04:02:24 +0400
commitbf60144c0ab50e88c0086a90c5cb35b81613ad14 (patch)
tree8ef25a2788d6c225641a3040622b82c364f987b8 /cache.h
parent3d0291c4506f4bfa3869771e580b7304817fec00 (diff)
[PATCH] Remove unused sha1_file_directory variable.
Now all the users have gone. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index a727cb4efe..1dba405703 100644
--- a/cache.h
+++ b/cache.h
@@ -96,7 +96,6 @@ static inline unsigned int create_ce_mode(unsigned int mode)
#define cache_entry_size(len) ((offsetof(struct cache_entry,name) + (len) + 8) & ~7)
-const char *sha1_file_directory;
struct cache_entry **active_cache;
unsigned int active_nr, active_alloc, active_cache_changed;