We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93618e2 + fd505f6 commit dfb13e6Copy full SHA for dfb13e6
include/jsoncons/json_parser.hpp
@@ -1476,7 +1476,6 @@ class basic_json_parser : private parsing_context
1476
void parse_number(std::error_code& ec)
1477
{
1478
const CharT* local_end_input = end_input_;
1479
- const CharT* sb = p_;
1480
1481
switch (state_)
1482
include/jsoncons/jsoncons_utilities.hpp
@@ -305,7 +305,6 @@ inline
305
std::string decode_base64(const std::string& base64_string)
306
307
std::string result;
308
- size_t buflen = base64_string.size();
309
uint8_t a4[4], a3[3];
310
uint8_t i = 0;
311
uint8_t j = 0;
0 commit comments