diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 46460b6..d23a852 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -231,10 +231,6 @@ struct bp_location the same parent breakpoint. */ struct bp_location *next; - /* Pointer to the next breakpoint location, in a global - list of all breakpoint locations. */ - struct bp_location *global_next; - /* Type of this breakpoint location. */ enum bp_loc_type loc_type; |