aboutsummaryrefslogtreecommitdiff
path: root/zenutil/cache/cachepolicy.cpp
diff options
context:
space:
mode:
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;