diff options
| author | Stefan Boberg <[email protected]> | 2021-10-21 22:06:20 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-21 22:06:20 +0200 |
| commit | 05d7c8d02216174c856dcdc9f21f541d79461392 (patch) | |
| tree | 93b4a84d1265ea55e06ce9974ef6f2c4e4c6ef27 /zenserver/cache/structuredcache.h | |
| parent | filecas: minor code restructuring (diff) | |
| download | zen-05d7c8d02216174c856dcdc9f21f541d79461392.tar.xz zen-05d7c8d02216174c856dcdc9f21f541d79461392.zip | |
z$: Removed CasStore
Diffstat (limited to 'zenserver/cache/structuredcache.h')
| -rw-r--r-- | zenserver/cache/structuredcache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zenserver/cache/structuredcache.h b/zenserver/cache/structuredcache.h index ad7253f79..68a01becb 100644 --- a/zenserver/cache/structuredcache.h +++ b/zenserver/cache/structuredcache.h @@ -54,7 +54,6 @@ class HttpStructuredCacheService : public HttpService, public IHttpStatsProvider { public: HttpStructuredCacheService(ZenCacheStore& InCacheStore, - CasStore& InCasStore, CidStore& InCidStore, HttpStatsService& StatsService, HttpStatusService& StatusService, @@ -98,7 +97,6 @@ private: ZenCacheStore& m_CacheStore; HttpStatsService& m_StatsService; HttpStatusService& m_StatusService; - CasStore& m_CasStore; CidStore& m_CidStore; std::unique_ptr<UpstreamCache> m_UpstreamCache; uint64_t m_LastScrubTime = 0; |