aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-11-01 11:09:44 +0100
committerMartin Ridgers <[email protected]>2021-11-01 11:09:44 +0100
commit672227129ffe90b53e4aabe569007332773a172f (patch)
treeb343bc4bdbf152261eaa20495b6c9d179ea936df
parentUnhandled switch(enum) cases warning (diff)
downloadzen-672227129ffe90b53e4aabe569007332773a172f.tar.xz
zen-672227129ffe90b53e4aabe569007332773a172f.zip
CacheBucket is going to get defined else where in an upcoming merge
-rw-r--r--zenserver/cache/structuredcachestore.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/zenserver/cache/structuredcachestore.h b/zenserver/cache/structuredcachestore.h
index ac5642a21..6260d3e43 100644
--- a/zenserver/cache/structuredcachestore.h
+++ b/zenserver/cache/structuredcachestore.h
@@ -116,9 +116,7 @@ private:
/** A cache bucket manages a single directory containing
metadata and data for that bucket
*/
- struct CacheBucket
- {
- };
+ struct CacheBucket;
std::filesystem::path m_RootDir;
RwLock m_Lock;