diff options
| author | mattpetersepic <[email protected]> | 2022-02-08 20:44:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-08 20:44:35 -0700 |
| commit | 976ef2f4ea785bfe43a765a3c8604afc61342bb1 (patch) | |
| tree | 9c72d1b1566e757a30a4092979abd1dbd05a0901 /zenutil/include | |
| parent | Use a clean and detatched head instead of pulling a branch along (diff) | |
| download | zen-976ef2f4ea785bfe43a765a3c8604afc61342bb1.tar.xz zen-976ef2f4ea785bfe43a765a3c8604afc61342bb1.zip | |
Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)
Remove the backwards compatibility for the Zen CachePolicy changes now that there has been enough time for all internal users of the old protocol to update.
Diffstat (limited to 'zenutil/include')
| -rw-r--r-- | zenutil/include/zenutil/cache/cachepolicy.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/zenutil/include/zenutil/cache/cachepolicy.h b/zenutil/include/zenutil/cache/cachepolicy.h index efcc4fb49..b249982fc 100644 --- a/zenutil/include/zenutil/cache/cachepolicy.h +++ b/zenutil/include/zenutil/cache/cachepolicy.h @@ -11,13 +11,6 @@ #include <gsl/gsl-lite.hpp> #include <span> -#define BACKWARDS_COMPATABILITY_JAN2022 1 -#if BACKWARDS_COMPATABILITY_JAN2022 -# define BACKWARDS_COMPATABILITY_JAN2022_CODE(...) __VA_ARGS__ -#else -# define BACKWARDS_COMPATABILITY_JAN2022_CODE(...) -#endif - namespace zen::Private { class ICacheRecordPolicyShared; } |