diff options
author | Junio C Hamano <junkio@cox.net> | 2005-05-07 01:33:39 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-07 02:02:24 +0200 |
commit | bf60144c0ab50e88c0086a90c5cb35b81613ad14 (patch) | |
tree | 8ef25a2788d6c225641a3040622b82c364f987b8 /sha1_file.c | |
parent | [PATCH] Do not initialize sha1_file_directory by hand. (diff) | |
download | git-bf60144c0ab50e88c0086a90c5cb35b81613ad14.tar.xz git-bf60144c0ab50e88c0086a90c5cb35b81613ad14.zip |
[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 |