summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-03 23:35:09 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:19:32 +0200
commita35c5da4bee1179929849b565caa430cbdee1e60 (patch)
tree0522c31aaad91280342363e5d223e24ade06c215
parent50e2aed2fb762a815ebdfdcee7de9ed86e9e07d2 (diff)
Remove unneeded constant
-rw-r--r--src/core/common/VariantReader.cpp1
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 */