Remove variable made unused by r156270.

llvm-svn: 156273
This commit is contained in:
David Blaikie 2012-05-07 00:53:51 +00:00
parent ea03214a5e
commit 0f09df1f52
1 changed files with 0 additions and 3 deletions

View File

@ -517,9 +517,6 @@ SVal SimpleSValBuilder::evalBinOpNN(ProgramStateRef state,
} else if (isa<SymbolData>(Sym)) {
// LHS is a simple symbol (not a symbolic expression).
QualType lhsType = Sym->getType(Context);
// Does the symbol simplify to a constant? If so, "fold" the constant
// by setting 'lhs' to a ConcreteInt and try again.
if (const llvm::APSInt *Constant = state->getSymVal(Sym)) {