Document fact that mininum Python version is now 2.6
[deliverable/binutils-gdb.git] / gdb / solib-darwin.c
index d3060604badf47b55d00d77536d6df021db148c2..b976b79091a06984eb6c6139f007de028d04b510 100644 (file)
@@ -452,10 +452,7 @@ darwin_get_dyld_bfd ()
       gdb_bfd_ref_ptr sub
        (gdb_bfd_mach_o_fat_extract (dyld_bfd.get (), bfd_object,
                                     gdbarch_bfd_arch_info (target_gdbarch ())));
-      if (sub != NULL)
-       dyld_bfd = sub;
-      else
-       dyld_bfd.release ();
+      dyld_bfd = sub;
     }
   return dyld_bfd;
 }
This page took 0.026679 seconds and 4 git commands to generate.