From 3ea653cccbcc7ba424d8e30121c510cfee8cf550 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Mon, 18 Sep 2023 11:38:51 -0400 Subject: [PATCH] fix: remove unused variable causing clang 14 build errors (#4672) Removed the unused variable `none` from `Writer.cpp` which was causing build errors on clang version 14. --- src/ripple/json/impl/Writer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ripple/json/impl/Writer.cpp b/src/ripple/json/impl/Writer.cpp index 98c8debe9..44d106aa3 100644 --- a/src/ripple/json/impl/Writer.cpp +++ b/src/ripple/json/impl/Writer.cpp @@ -47,8 +47,6 @@ const char openBrace = '{'; const char openBracket = '['; const char quote = '"'; -const std::string none; - static auto const integralFloatsBecomeInts = false; size_t