From 196b55fe0d0bce7268e6301328a2fa8629cfdbea Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 4 Aug 2022 20:21:16 +0200 Subject: [PATCH] chore: Remove unused InodeCache::Key::sloppy_time_macros field --- src/InodeCache.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3