* dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
authorTom Tromey <tromey@redhat.com>
Mon, 20 Feb 2012 19:24:39 +0000 (19:24 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 20 Feb 2012 19:24:39 +0000 (19:24 +0000)
extraneous block.

gdb/ChangeLog
gdb/dwarf2read.c

index 882e420c40c396f1eec5dfcf3cfcb31275764c8d..3a0d0d0d27a6203ca1cfa527c99b2fee2f49dbb6 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-20  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
+       extraneous block.
+
 2012-02-20  Tristan Gingold  <gingold@adacore.com>
 
        * darwin-nat.h (enum darwin_msg_state): Add comments.
index 0576defd67ff6d414d291e2926537ae918e3369b..3c407b6fe8695f51572860169ca79aa54f3c0c04 100644 (file)
@@ -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
This page took 0.0463 seconds and 4 git commands to generate.