From a35c5da4bee1179929849b565caa430cbdee1e60 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 3 Apr 2015 23:35:09 +0200 Subject: Remove unneeded constant --- src/core/common/VariantReader.cpp | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v1.2.3