mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +08:00
Fix variable redeclaration from last merge conflict fix.
This commit is contained in:
parent
e97d3723df
commit
680f9b9242
@ -570,7 +570,6 @@ struct JSONParser {
|
||||
bool isNegative = false;
|
||||
int64_t exp = 0;
|
||||
bool isExpNegative = false;
|
||||
long exp = 0;
|
||||
if( offset < str.size() && str.at(offset) == '-' ) {
|
||||
isNegative = true;
|
||||
++offset;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user