From: Joel Rosdahl Date: Thu, 4 Aug 2022 18:21:16 +0000 (+0200) Subject: chore: Remove unused InodeCache::Key::sloppy_time_macros field X-Git-Tag: v4.7~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196b55fe0d0bce7268e6301328a2fa8629cfdbea;p=thirdparty%2Fccache.git chore: Remove unused InodeCache::Key::sloppy_time_macros field --- diff --git a/src/InodeCache.cpp b/src/InodeCache.cpp index 69cc69020..7652e2e0d 100644 --- a/src/InodeCache.cpp +++ b/src/InodeCache.cpp @@ -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