projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed4ad5
)
Remove unused declaration from ada-lang.h
author
Tom Tromey
<tromey@adacore.com>
Thu, 16 Feb 2023 15:08:31 +0000
(08:08 -0700)
committer
Tom Tromey
<tromey@adacore.com>
Thu, 16 Feb 2023 15:08:31 +0000
(08:08 -0700)
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
patch
|
blob
|
history
diff --git
a/gdb/ada-lang.h
b/gdb/ada-lang.h
index 9fb7ac7f384226115a87014a849024f92781e56f..f018b2465f55ac0e0b0aec0a7c5bb877408c4f2d 100644
(file)
--- 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