mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +00:00
chore(lgtm): fix "empty block without comment" warnings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user