forked from Imagelibrary/binutils-gdb
gdb: remove unnecessary nullptr check in free_objfile observers
The free_objfile observable is never called with a nullptr objfile. Change-Id: I1e990edeb45bc38009ccb129c623911097ab65fe Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@@ -8065,9 +8065,6 @@ disable_breakpoints_in_unloaded_shlib (program_space *pspace, so_list *solib)
|
||||
static void
|
||||
disable_breakpoints_in_freed_objfile (struct objfile *objfile)
|
||||
{
|
||||
if (objfile == NULL)
|
||||
return;
|
||||
|
||||
/* OBJF_SHARED|OBJF_USERLOADED objfiles are dynamic modules manually
|
||||
managed by the user with add-symbol-file/remove-symbol-file.
|
||||
Similarly to how breakpoints in shared libraries are handled in
|
||||
|
||||
Reference in New Issue
Block a user