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 sophiax851 committed Jun 12, 2024
1 parent bcb3119 commit ece07b9
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 ece07b9

Please sign in to comment.