diff options
Diffstat (limited to 'lib/Checker/SimpleSValuator.cpp')
-rw-r--r-- | lib/Checker/SimpleSValuator.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Checker/SimpleSValuator.cpp b/lib/Checker/SimpleSValuator.cpp index 5b48e7cd03..782cd4f5e6 100644 --- a/lib/Checker/SimpleSValuator.cpp +++ b/lib/Checker/SimpleSValuator.cpp @@ -848,8 +848,6 @@ SVal SimpleSValuator::EvalBinOpLN(const GRState *state, rightI.extOrTrunc(leftI.getBitWidth()); // Offset the increment by the pointer size. - ASTContext &ctx = ValMgr.getContext(); - const PointerType *PT = resultTy->getAs<PointerType>(); llvm::APSInt Multiplicand(rightI.getBitWidth(), /* isUnsigned */ true); rightI *= Multiplicand; |