From: Yao Qi Date: Thu, 26 Oct 2017 08:53:38 +0000 (+0100) Subject: Remove regular_breakpoint_inserted_here_p declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20;p=binutils-gdb.git Remove regular_breakpoint_inserted_here_p declaration There is no regular_breakpoint_inserted_here_p definition at all, so this patch removes the declaration. gdb: 2017-10-26 Yao Qi * breakpoint.h (regular_breakpoint_inserted_here_p): Remove. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 47a4ac52ec2..f180b1d84aa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-10-26 Yao Qi + + * breakpoint.h (regular_breakpoint_inserted_here_p): Remove. + 2017-10-26 Yao Qi * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Make diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 63e879ca782..c91fccab73a 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1171,9 +1171,6 @@ extern int moribund_breakpoint_here_p (const address_space *, CORE_ADDR); extern int breakpoint_inserted_here_p (const address_space *, CORE_ADDR); -extern int regular_breakpoint_inserted_here_p (struct address_space *, - CORE_ADDR); - extern int software_breakpoint_inserted_here_p (const address_space *, CORE_ADDR);