From a5ac3b5dbc6c9d9406c89cdea911887be66ce0e0 Mon Sep 17 00:00:00 2001 From: miloyip Date: Thu, 28 May 2015 10:44:52 +0800 Subject: [PATCH] Remove an unused line of code --- include/rapidjson/internal/regex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rapidjson/internal/regex.h b/include/rapidjson/internal/regex.h index 1aff9e2..4127f9c 100644 --- a/include/rapidjson/internal/regex.h +++ b/include/rapidjson/internal/regex.h @@ -462,7 +462,6 @@ private: void CloneTopOperand(Stack& operandStack) { const Frag *src = operandStack.template Top(); - SizeType minIndex = minIndex; SizeType count = stateCount_ - src->minIndex; // Assumes top operand contains states in [src->minIndex, stateCount_) State* s = states_.template Push(count); memcpy(s, &GetState(src->minIndex), count * sizeof(State));