diff --git a/include/chaiscript/utility/json.hpp b/include/chaiscript/utility/json.hpp index 121b9390..d7c632c6 100644 --- a/include/chaiscript/utility/json.hpp +++ b/include/chaiscript/utility/json.hpp @@ -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;