diff options
| author | mattpetersepic <[email protected]> | 2022-02-09 09:03:37 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-09 09:03:37 -0700 |
| commit | adc7927757c1f917a00032268ba1fa1e26562d4f (patch) | |
| tree | 2747a0ceec1b92913d06db2740774f2d0e016b6a /zenutil/include | |
| parent | Remove the backwards compatibility for the Zen CachePolicy changes no… (#49) (diff) | |
| download | zen-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.h | 1 |
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; } |