diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-11-05 18:09:18 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-11-05 18:09:18 +0000 |
commit | 60b0bfbcb3d560c822f8b0a92d838a14a2c4f88d (patch) | |
tree | 2ae264d890e0a39f6b71bed43f430c05e5e79698 /gdb/breakpoint.h | |
parent | a239dc2386c411883820ac1752a8fa88ed967c8a (diff) | |
download | gdb-60b0bfbcb3d560c822f8b0a92d838a14a2c4f88d.zip gdb-60b0bfbcb3d560c822f8b0a92d838a14a2c4f88d.tar.gz gdb-60b0bfbcb3d560c822f8b0a92d838a14a2c4f88d.tar.bz2 |
* breakpoint.h (set_breakpoint_sal): Remove declaration.
* breakpoint.c (set_breakpoint_sal): Delete.
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 1e68a2a..c6e08f5 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -848,8 +848,6 @@ extern int ep_is_catchpoint (struct breakpoint *); such as a library load or unload. */ extern int ep_is_shlib_catchpoint (struct breakpoint *); -extern struct breakpoint *set_breakpoint_sal (struct symtab_and_line); - /* Enable breakpoints and delete when hit. Called with ARG == NULL deletes all breakpoints. */ extern void delete_command (char *arg, int from_tty); |