Remove breakpoint::ops

The breakpoint::ops field is set but never used.  This removes it.
This commit is contained in:
Tom Tromey
2022-04-30 08:02:36 -06:00
parent 04d0163c3f
commit 9efa3c7fa3
2 changed files with 33 additions and 69 deletions

View File

@@ -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;