diff options
| author | Per Larsson <[email protected]> | 2021-11-11 11:21:31 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-11-11 11:21:31 +0100 |
| commit | 31ba344167677f175ec79ce7e579552a9811245d (patch) | |
| tree | c7099f9adcc77c376f52534931ed612281334842 /zenserver/upstream/upstreamcache.h | |
| parent | Added batch API to upstream endpoints. (diff) | |
| download | zen-31ba344167677f175ec79ce7e579552a9811245d.tar.xz zen-31ba344167677f175ec79ce7e579552a9811245d.zip | |
Format and remove unused type.
Diffstat (limited to 'zenserver/upstream/upstreamcache.h')
| -rw-r--r-- | zenserver/upstream/upstreamcache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zenserver/upstream/upstreamcache.h b/zenserver/upstream/upstreamcache.h index 67bb73b4d..71e7aed8d 100644 --- a/zenserver/upstream/upstreamcache.h +++ b/zenserver/upstream/upstreamcache.h @@ -86,8 +86,6 @@ struct UpstreamEndpointStats std::atomic<double> SecondsDown{}; }; -using OnCacheGetComplete = std::function<void(size_t, IoBuffer)>; - struct CacheRecordGetCompleteParams { const CacheKey& CacheKey; |