diff options
author | Luis Machado <lgustavo@codesourcery.com> | 2015-06-17 11:08:55 -0300 |
---|---|---|
committer | Luis Machado <lgustavo@codesourcery.com> | 2015-06-17 16:09:24 -0300 |
commit | da4616f69f53c221477388b6f2d4abee9bba0722 (patch) | |
tree | 117bd67162ba89b758a19e3fab11881723e56884 /gdb/breakpoint.h | |
parent | 0eacb2983d96fd7f12a1400a66450c1a89578f00 (diff) | |
download | gdb-da4616f69f53c221477388b6f2d4abee9bba0722.zip gdb-da4616f69f53c221477388b6f2d4abee9bba0722.tar.gz gdb-da4616f69f53c221477388b6f2d4abee9bba0722.tar.bz2 |
Remove unused function make_breakpoint_permanent.
make_breakpoint_permanent is no longer used anywhere and can be
safely removed.
gdb/ChangeLog:
2015-06-17 Luis Machado <lgustavo@codesourcery.com>
* breakpoint.c (make_breakpoint_permanent): Remove unused
function.
* breakpoint.h (make_breakpoint_permanent): Remove declaration.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 562a6b6..94d9385 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1442,8 +1442,6 @@ extern void breakpoint_set_task (struct breakpoint *b, int task); /* Clear the "inserted" flag in all breakpoints. */ extern void mark_breakpoints_out (void); -extern void make_breakpoint_permanent (struct breakpoint *); - extern struct breakpoint *create_jit_event_breakpoint (struct gdbarch *, CORE_ADDR); |