mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
refactor(PVS/V1048): remove duplicated assignments (#21873)
This commit is contained in:
@@ -3602,7 +3602,6 @@ shada_read_next_item_start:
|
||||
ret = spm_ret;
|
||||
goto shada_read_next_item_error;
|
||||
}
|
||||
ret = kSDReadStatusMalformed;
|
||||
entry->data = sd_default_values[type_u64].data;
|
||||
switch ((ShadaEntryType)type_u64) {
|
||||
case kSDItemHeader:
|
||||
|
Reference in New Issue
Block a user