mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Remove breakpoint::ops
The breakpoint::ops field is set but never used. This removes it.
This commit is contained in:
@@ -736,9 +736,6 @@ struct breakpoint
|
||||
/* Return a range of this breakpoint's locations. */
|
||||
bp_location_range locations ();
|
||||
|
||||
/* Methods associated with this breakpoint. */
|
||||
const breakpoint_ops *ops = NULL;
|
||||
|
||||
breakpoint *next = NULL;
|
||||
/* Type of breakpoint. */
|
||||
bptype type = bp_none;
|
||||
|
||||
Reference in New Issue
Block a user