From 8942ba9d34815ddb8f5ec110fd7ddbd1d2ae0209 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 98c8debe96a..44d106aa336 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