mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Remove return value from remove_breakpoints_inf
... since nobody uses it. gdb/ChangeLog: * breakpoint.h (remove_breakpoints_inf): Change return type to void, move function documentation here. * breakpoint.c (remove_breakpoints_inf): Change return type to void, move function documentation to header.
This commit is contained in:
@@ -1390,7 +1390,9 @@ extern void insert_breakpoints (void);
|
||||
|
||||
extern int remove_breakpoints (void);
|
||||
|
||||
extern int remove_breakpoints_inf (inferior *inf);
|
||||
/* Remove breakpoints of inferior INF. */
|
||||
|
||||
extern void remove_breakpoints_inf (inferior *inf);
|
||||
|
||||
/* This function can be used to update the breakpoint package's state
|
||||
after an exec() system call has been executed.
|
||||
|
||||
Reference in New Issue
Block a user