[pushed] Remove unused declaration from ada-lang.h

Message ID 20230216150927.1422063-1-tromey@adacore.com
State Committed
Commit 1e159729d97194857b4241fe1b5c327bd12a0945
Headers
Series [pushed] Remove unused declaration from ada-lang.h |

Commit Message

Tom Tromey Feb. 16, 2023, 3:09 p.m. UTC
  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.
---
 gdb/ada-lang.h | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h
index 9fb7ac7f384..f018b2465f5 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