diff options
| author | Martin Ridgers <[email protected]> | 2022-01-25 15:24:23 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-25 15:25:26 +0100 |
| commit | 45a42dad2b0beb7e6c1facaeb1edded26a0144d0 (patch) | |
| tree | 4caea28f17b8824911dbe20708abeafacb94535e /zenutil/cache/cachepolicy.cpp | |
| parent | Fixed missing template decorator on RefPtr friend class (diff) | |
| download | zen-45a42dad2b0beb7e6c1facaeb1edded26a0144d0.tar.xz zen-45a42dad2b0beb7e6c1facaeb1edded26a0144d0.zip | |
Unused Delimiter string_view wouldn't compile POISX platforms
Diffstat (limited to 'zenutil/cache/cachepolicy.cpp')
| -rw-r--r-- | zenutil/cache/cachepolicy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zenutil/cache/cachepolicy.cpp b/zenutil/cache/cachepolicy.cpp index 142ba682a..ba345485a 100644 --- a/zenutil/cache/cachepolicy.cpp +++ b/zenutil/cache/cachepolicy.cpp @@ -15,7 +15,6 @@ using namespace std::literals; namespace detail::CachePolicyImpl { constexpr char DelimiterChar = ','; - constexpr std::string_view Delimiter = ","sv; constexpr std::string_view None = "None"sv; constexpr std::string_view QueryLocal = "QueryLocal"sv; constexpr std::string_view QueryRemote = "QueryRemote"sv; |