From bf60144c0ab50e88c0086a90c5cb35b81613ad14 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 6 May 2005 16:33:39 -0700 Subject: [PATCH] Remove unused sha1_file_directory variable. Now all the users have gone. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- cache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cache.h') 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; -- cgit v1.2.3