From 45a42dad2b0beb7e6c1facaeb1edded26a0144d0 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Tue, 25 Jan 2022 15:24:23 +0100 Subject: Unused Delimiter string_view wouldn't compile POISX platforms --- zenutil/cache/cachepolicy.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'zenutil/cache/cachepolicy.cpp') 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; -- cgit v1.2.3