From 9efa3c7fa3654c91d638fc9705ecd61c465c8000 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 30 Apr 2022 08:02:36 -0600 Subject: Remove breakpoint::ops The breakpoint::ops field is set but never used. This removes it. --- gdb/breakpoint.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/breakpoint.h') diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 7d4e874..b0ca4e9 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -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; -- cgit v1.1