aboutsummaryrefslogtreecommitdiff
path: root/zenutil/cache/cachepolicy.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-01-25 15:24:23 +0100
committerMartin Ridgers <[email protected]>2022-01-25 15:25:26 +0100
commit45a42dad2b0beb7e6c1facaeb1edded26a0144d0 (patch)
tree4caea28f17b8824911dbe20708abeafacb94535e /zenutil/cache/cachepolicy.cpp
parentFixed missing template decorator on RefPtr friend class (diff)
downloadzen-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.cpp1
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;