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 | 33c4ac669e5f792e19879d7c3c16f552a9140231 (patch) | |
tree | 9b3037cac4bac5ef49a9990e8962080bf0589d8e /gdb/breakpoint.h | |
parent | 3f8c68ef2ad4ae1e4be4be1f2be1c50490c07466 (diff) | |
download | gdb-33c4ac669e5f792e19879d7c3c16f552a9140231.tar.gz |
* 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 1e68a2a805d..c6e08f59919 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); |