From 6a21827e976ddaba9a59e511de66d64592a6a14c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 17 May 2017 15:01:32 +0200 Subject: Remove unused var Change-Id: I187df1a6f5bf5d870820f60c6dca1ac3beb8cf22 --- compilerplugins/clang/comparisonwithconstant.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/comparisonwithconstant.cxx b/compilerplugins/clang/comparisonwithconstant.cxx index 8decc5c475cc..d200d8ec212d 100644 --- a/compilerplugins/clang/comparisonwithconstant.cxx +++ b/compilerplugins/clang/comparisonwithconstant.cxx @@ -100,7 +100,6 @@ bool ComparisonWithConstant::rewrite(const BinaryOperator * binaryOp) { } // switch LHS and RHS - RewriteOptions opts; if (!replaceText(lhsRange, rhsString)) { return false; } -- cgit