Kaydet (Commit) 6a21827e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused var

Change-Id: I187df1a6f5bf5d870820f60c6dca1ac3beb8cf22
üst e8918c46
...@@ -100,7 +100,6 @@ bool ComparisonWithConstant::rewrite(const BinaryOperator * binaryOp) { ...@@ -100,7 +100,6 @@ bool ComparisonWithConstant::rewrite(const BinaryOperator * binaryOp) {
} }
// switch LHS and RHS // switch LHS and RHS
RewriteOptions opts;
if (!replaceText(lhsRange, rhsString)) { if (!replaceText(lhsRange, rhsString)) {
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment