]> 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>
Sat, 20 Aug 2022 12:17:37 +0000 (14:17 +0200)
(cherry picked from commit 196b55fe0d0bce7268e6301328a2fa8629cfdbea)

src/InodeCache.cpp

index db411c35b8b4b40186f2540349924a87a5d0afa6..3aa20be68836b313d3d41d1d10b394ca13d1c0ed 100644 (file)
@@ -93,7 +93,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