clang/"dead assignments" #10620

Also revert possibly-wrong change in f_sign_getplaced() from
652be3cb00.
This commit is contained in:
Bartosz Miera
2019-07-29 00:52:24 +02:00
committed by Justin M. Keyes
parent 7cc2b723d4
commit 16727dcf1e
6 changed files with 12 additions and 8 deletions

View File

@@ -2330,7 +2330,7 @@ viml_pexpr_parse_invalid_comma:
break;
} else if (eastnode_type == kExprNodeSubscript) {
is_subscript = true;
can_be_ternary = false;
// can_be_ternary = false;
assert(!is_ternary);
break;
} else if (eastnode_type == kExprNodeColon) {