diff options
author | Junio C Hamano <junkio@cox.net> | 2005-05-06 16:33:39 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-06 17:02:24 -0700 |
commit | bf60144c0ab50e88c0086a90c5cb35b81613ad14 (patch) | |
tree | 8ef25a2788d6c225641a3040622b82c364f987b8 /cache.h | |
parent | 3d0291c4506f4bfa3869771e580b7304817fec00 (diff) | |
download | git-bf60144c0ab50e88c0086a90c5cb35b81613ad14.tar.gz git-bf60144c0ab50e88c0086a90c5cb35b81613ad14.tar.xz |
[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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |