diff options
author | Tom Tromey <tromey@adacore.com> | 2023-02-16 08:08:31 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-02-16 08:08:31 -0700 |
commit | 1e159729d97194857b4241fe1b5c327bd12a0945 (patch) | |
tree | 4f01adec92dce21b3d5b6cb8309945abb0be27ce /gdb | |
parent | 7ed4ad59e91d8bd14807d6ca6a64b93757596df2 (diff) | |
download | gdb-1e159729d97194857b4241fe1b5c327bd12a0945.zip gdb-1e159729d97194857b4241fe1b5c327bd12a0945.tar.gz 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')
-rw-r--r-- | gdb/ada-lang.h | 2 |
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 |