Skip to content

Commit c032940

Browse files
committed
Drop useless paren
1 parent f86766a commit c032940

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cpp2rust/converter/converter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,6 @@ void Converter::ConvertIntegralToBooleanCast(clang::ImplicitCastExpr *expr) {
17491749
}
17501750
// Distribute bool conversion to each argument of the logical op.
17511751
if (binop->isLogicalOp()) {
1752-
PushParen outer(*this);
17531752
{
17541753
PushParen paren(*this);
17551754
ConvertCondition(binop->getLHS());

0 commit comments

Comments
 (0)