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 /sha1_file.c | |
parent | 3d0291c4506f4bfa3869771e580b7304817fec00 (diff) | |
download | git-bf60144c0ab50e88c0086a90c5cb35b81613ad14.tar.gz |
[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 'sha1_file.c')
-rw-r--r-- | sha1_file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sha1_file.c b/sha1_file.c index e6ce455ae9..f1c1c70d78 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -9,8 +9,6 @@ #include <stdarg.h> #include "cache.h" -const char *sha1_file_directory = NULL; - #ifndef O_NOATIME #if defined(__linux__) && (defined(__i386__) || defined(__PPC__)) #define O_NOATIME 01000000 |