public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Remove unused declaration from ada-lang.h
@ 2023-02-16 15:09 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2023-02-16 15:09 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

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(-)

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
-- 
2.39.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-16 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 15:09 [pushed] Remove unused declaration from ada-lang.h Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).