aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-02-16 08:08:31 -0700
committerTom Tromey <tromey@adacore.com>2023-02-16 08:08:31 -0700
commit1e159729d97194857b4241fe1b5c327bd12a0945 (patch)
tree4f01adec92dce21b3d5b6cb8309945abb0be27ce /gdb/ada-lang.h
parent7ed4ad59e91d8bd14807d6ca6a64b93757596df2 (diff)
downloadfsf-binutils-gdb-1e159729d97194857b4241fe1b5c327bd12a0945.zip
fsf-binutils-gdb-1e159729d97194857b4241fe1b5c327bd12a0945.tar.gz
fsf-binutils-gdb-1e159729d97194857b4241fe1b5c327bd12a0945.tar.bz2
Remove unused declaration from ada-lang.h
I stumbled across this declaration in ada-lang.h. I don't know what function did, but it no longer exists, so remove the declaration. Tested by rebuilding.
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r--gdb/ada-lang.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h
index 9fb7ac7..f018b24 100644
--- a/gdb/ada-lang.h
+++ b/gdb/ada-lang.h
@@ -337,8 +337,6 @@ extern enum ada_renaming_category ada_parse_renaming (struct symbol *,
extern void ada_find_printable_frame (frame_info_ptr fi);
-extern char *ada_breakpoint_rewrite (char *, int *);
-
extern char *ada_main_name (void);
extern void create_ada_exception_catchpoint