Remove nonnullret deadcode: xcalloc.

This commit is contained in:
Eliseo Martínez
2015-01-23 14:31:03 +01:00
parent 73c6bd8a42
commit 883e3a7a73
3 changed files with 9 additions and 15 deletions

View File

@@ -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;