Skip to content

Commit

Permalink
Remove unused variable flagged by clang 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Sep 1, 2023
1 parent f31c50d commit 08e2547
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 08e2547

Please sign in to comment.