]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Remove unused InodeCache::Key::sloppy_time_macros field
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 4 Aug 2022 18:21:16 +0000 (20:21 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 4 Aug 2022 18:53:47 +0000 (20:53 +0200)
src/InodeCache.cpp

index 69cc69020836860280186a51c4f118dd58ae32d6..7652e2e0d9442a619033a5e0a113905fa5b8696d 100644 (file)
@@ -89,7 +89,6 @@ struct InodeCache::Key
   timespec st_mtim;
   timespec st_ctim; // Included for sanity checking.
   off_t st_size;    // Included for sanity checking.
-  bool sloppy_time_macros;
 };
 
 struct InodeCache::Entry