mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
refactor: remove redundant casts
This commit is contained in:
@@ -4009,7 +4009,7 @@ static bool shada_removable(const char *name)
|
||||
char part[MAXPATHL + 1];
|
||||
bool retval = false;
|
||||
|
||||
char *new_name = home_replace_save(NULL, (char *)name);
|
||||
char *new_name = home_replace_save(NULL, name);
|
||||
for (p = p_shada; *p;) {
|
||||
(void)copy_option_part(&p, part, ARRAY_SIZE(part), ", ");
|
||||
if (part[0] == 'r') {
|
||||
|
Reference in New Issue
Block a user