aboutsummaryrefslogtreecommitdiff
path: root/zenutil/include
diff options
context:
space:
mode:
authormattpetersepic <[email protected]>2022-02-09 09:03:37 -0700
committerGitHub <[email protected]>2022-02-09 09:03:37 -0700
commitadc7927757c1f917a00032268ba1fa1e26562d4f (patch)
tree2747a0ceec1b92913d06db2740774f2d0e016b6a /zenutil/include
parentRemove the backwards compatibility for the Zen CachePolicy changes no… (#49) (diff)
downloadzen-adc7927757c1f917a00032268ba1fa1e26562d4f.tar.xz
zen-adc7927757c1f917a00032268ba1fa1e26562d4f.zip
Simplify HandleRpcGetCacheChunks (#53)
Refactor HandleRpcGetCacheChunks to reduce complexity. Port CacheStore tests from Unreal.
Diffstat (limited to 'zenutil/include')
-rw-r--r--zenutil/include/zenutil/cache/cachepolicy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zenutil/include/zenutil/cache/cachepolicy.h b/zenutil/include/zenutil/cache/cachepolicy.h
index b249982fc..9a745e42c 100644
--- a/zenutil/include/zenutil/cache/cachepolicy.h
+++ b/zenutil/include/zenutil/cache/cachepolicy.h
@@ -10,7 +10,6 @@
#include <gsl/gsl-lite.hpp>
#include <span>
-
namespace zen::Private {
class ICacheRecordPolicyShared;
}