Remove unused variable.

llvm-svn: 113482
This commit is contained in:
Benjamin Kramer
2010-09-09 12:27:34 +00:00
parent e262a9558e
commit d4b4b7e8a1

View File

@@ -3356,7 +3356,6 @@ void GRExprEngine::VisitBinaryOperator(const BinaryOperator* B,
I2 != E2; ++I2) {
const GRState *state = GetState(*I2);
const GRState *OldSt = state;
SVal RightV = state->getSVal(RHS);
BinaryOperator::Opcode Op = B->getOpcode();