Skip to content

Commit

Permalink
fix: remove unused variable causing clang 14 build errors (XRPLF#4672)
Browse files Browse the repository at this point in the history
Removed the unused variable `none` from `Writer.cpp` which was causing
build errors on clang version 14.
  • Loading branch information
ximinez authored and ckeshava committed Sep 25, 2023
1 parent a03894f commit 8942ba9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ripple/json/impl/Writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ const char openBrace = '{';
const char openBracket = '[';
const char quote = '"';

const std::string none;

static auto const integralFloatsBecomeInts = false;

size_t
Expand Down

0 comments on commit 8942ba9

Please sign in to comment.