Remove unused var

Change-Id: I187df1a6f5bf5d870820f60c6dca1ac3beb8cf22
This commit is contained in:
Stephan Bergmann 2017-05-17 15:01:32 +02:00
parent e8918c464c
commit 6a21827e97

View File

@ -100,7 +100,6 @@ bool ComparisonWithConstant::rewrite(const BinaryOperator * binaryOp) {
}
// switch LHS and RHS
RewriteOptions opts;
if (!replaceText(lhsRange, rhsString)) {
return false;
}