summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-08-04 20:21:16 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-08-20 14:17:37 +0200
commit0528e18257f5c57fdd01ef47bdbbe9ea03072a96 (patch)
treedc7c0475855ce1975eb8b05ecefbf9f3978d6cad
parent0067832fa6c7b190fc1e806f1cff6f4941a2270d (diff)
downloadccache-0528e18257f5c57fdd01ef47bdbbe9ea03072a96.tar.gz
chore: Remove unused InodeCache::Key::sloppy_time_macros field
(cherry picked from commit 196b55fe0d0bce7268e6301328a2fa8629cfdbea)
-rw-r--r--src/InodeCache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/InodeCache.cpp b/src/InodeCache.cpp
index db411c35..3aa20be6 100644
--- a/src/InodeCache.cpp
+++ b/src/InodeCache.cpp
@@ -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