diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 2804453..a7cc6cb 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -297,10 +297,6 @@ static struct bp_location **get_first_locp_gte_addr (CORE_ADDR address); static int strace_marker_p (struct breakpoint *b); -/* The abstract base class all breakpoint_ops structures inherit - from. */ -struct breakpoint_ops base_breakpoint_ops; - /* The breakpoint_ops structure to be inherited by all breakpoint_ops that are implemented on top of software or hardware breakpoints (user breakpoints, internal and momentary breakpoints, etc.). */ |