The bp_location::objfile member variable is never used, so lets delete
it.
There should be no user visible changes after this commit.
new_loc->symtab = sal.symtab;
new_loc->symbol = sal.symbol;
new_loc->msymbol = sal.msymbol;
- new_loc->objfile = sal.objfile;
breakpoint::add_location (*new_loc);
originally set on a GNU ifunc symbol. */
const minimal_symbol *msymbol = NULL;
- /* The objfile the symbol or minimal symbol were found in. */
- const struct objfile *objfile = NULL;
-
/* Return a string representation of the bp_location.
This is only meant to be used in debug messages. */
std::string to_string () const;