mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
Remove nonnullret deadcode: xcalloc.
This commit is contained in:
@@ -4025,8 +4025,6 @@ find_pattern_in_path (
|
||||
def_regmatch.rm_ic = FALSE; /* don't ignore case in define pat. */
|
||||
}
|
||||
files = xcalloc(max_path_depth, sizeof(SearchedFile));
|
||||
if (files == NULL)
|
||||
goto fpip_end;
|
||||
old_files = max_path_depth;
|
||||
depth = depth_displayed = -1;
|
||||
|
||||
|
Reference in New Issue
Block a user