mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 10:18:18 +00:00
refactor(PVS/V1048): remove duplicated assignments (#21873)
This commit is contained in:
@@ -2375,7 +2375,6 @@ static int path_to_absolute(const char *fname, char *buf, size_t len, int force)
|
||||
end_of_path = p + 1;
|
||||
} else {
|
||||
relative_directory[0] = NUL;
|
||||
end_of_path = (char *)fname;
|
||||
}
|
||||
|
||||
if (FAIL == path_full_dir_name(relative_directory, buf, len)) {
|
||||
|
Reference in New Issue
Block a user