diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/common/VariantReader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/common/VariantReader.cpp b/src/core/common/VariantReader.cpp index 601d086..234e8f2 100644 --- a/src/core/common/VariantReader.cpp +++ b/src/core/common/VariantReader.cpp @@ -81,7 +81,6 @@ static const int STATE_WHITESPACE = 5; static const int STATE_RESYNC = 6; static const int STATE_EXPECT_COMMA = 7; static const int STATE_HAS_KEY = 8; -static const int STATE_HAS_START = 9; /* Helper function for parsing arrays or objects */ |