mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Remove unused variable.
llvm-svn: 113482
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user