forked from Imagelibrary/binutils-gdb
* dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
extraneous block.
This commit is contained in:
@@ -2437,13 +2437,6 @@ dw2_map_symtabs_matching_filename (struct objfile *objfile, const char *name,
|
||||
return 1;
|
||||
}
|
||||
|
||||
{
|
||||
if (dw2_map_expand_apply (objfile, per_cu,
|
||||
name, full_path, real_path,
|
||||
callback, data))
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* Before we invoke realpath, which can get expensive when many
|
||||
files are involved, do a quick comparison of the basenames. */
|
||||
if (! basenames_may_differ
|
||||
|
||||
Reference in New Issue
Block a user