diff options
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 e6ce455..f1c1c70 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 |