diff options
author | louie <lshprung@yahoo.com> | 2021-01-01 17:19:36 -0800 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2021-01-01 17:19:36 -0800 |
commit | 747a0033329875be91edaee6d1c4ccea65e594dc (patch) | |
tree | d6f21f570f88f4256de7ab5879d7840446634f86 /unix/cache.c | |
parent | d7cc4b460523abbe3a4ed85066939cf89df41080 (diff) |
Fixed caching bug related to last modification time
Diffstat (limited to 'unix/cache.c')
-rw-r--r-- | unix/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/cache.c b/unix/cache.c index 5aa14bf..efd7cdf 100644 --- a/unix/cache.c +++ b/unix/cache.c @@ -2,7 +2,6 @@ #include <stdbool.h> #include <stdio.h> #include <stdlib.h> -//#include <string.h> #include <sys/stat.h> #include <sys/types.h> |