Remove an unused line of code
This commit is contained in:
parent
960bc0eabd
commit
a5ac3b5dbc
@ -462,7 +462,6 @@ private:
|
|||||||
|
|
||||||
void CloneTopOperand(Stack<Allocator>& operandStack) {
|
void CloneTopOperand(Stack<Allocator>& operandStack) {
|
||||||
const Frag *src = operandStack.template Top<Frag>();
|
const Frag *src = operandStack.template Top<Frag>();
|
||||||
SizeType minIndex = minIndex;
|
|
||||||
SizeType count = stateCount_ - src->minIndex; // Assumes top operand contains states in [src->minIndex, stateCount_)
|
SizeType count = stateCount_ - src->minIndex; // Assumes top operand contains states in [src->minIndex, stateCount_)
|
||||||
State* s = states_.template Push<State>(count);
|
State* s = states_.template Push<State>(count);
|
||||||
memcpy(s, &GetState(src->minIndex), count * sizeof(State));
|
memcpy(s, &GetState(src->minIndex), count * sizeof(State));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user