From 08e2547b27db24e473172f68d085e261454d7dff Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Wed, 9 Aug 2023 18:56:16 -0400 Subject: [PATCH] Remove unused variable flagged by clang 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