chore(lgtm): fix "empty block without comment" warnings

This commit is contained in:
Dundar Göc
2022-03-08 19:58:45 +01:00
parent f27068caad
commit 05f643f9d2
6 changed files with 6 additions and 11 deletions

View File

@@ -9706,8 +9706,7 @@ free_lstval:
if (set_unnamed) {
// Discard the result. We already handle the error case.
if (op_reg_set_previous(regname)) {
}
op_reg_set_previous(regname);
}
}