Skip to content

Commit dfb13e6

Browse files
Merge pull request #141 from Coleim/master
Remove unused variables
2 parents 93618e2 + fd505f6 commit dfb13e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

include/jsoncons/json_parser.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,6 @@ class basic_json_parser : private parsing_context
14761476
void parse_number(std::error_code& ec)
14771477
{
14781478
const CharT* local_end_input = end_input_;
1479-
const CharT* sb = p_;
14801479

14811480
switch (state_)
14821481
{

include/jsoncons/jsoncons_utilities.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ inline
305305
std::string decode_base64(const std::string& base64_string)
306306
{
307307
std::string result;
308-
size_t buflen = base64_string.size();
309308
uint8_t a4[4], a3[3];
310309
uint8_t i = 0;
311310
uint8_t j = 0;

0 commit comments

Comments
 (0)