public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [COMMIT PATCH] frame.h: Delete stale declaration.
@ 2013-08-30 15:38 Pedro Alves
  0 siblings, 0 replies; only message in thread
From: Pedro Alves @ 2013-08-30 15:38 UTC (permalink / raw)
  To: gdb-patches

This is declaring a function that no longer exists.  It was deleted
back in 2003-01-13:

        ...
        show_and_print_stack_frame, print_only_stack_frame_stub,
	print_only_stack_frame): Delete functions.

gdb/
2013-08-30  Pedro Alves  <palves@redhat.com>

	* frame.h (show_and_print_stack_frame): Delete declaration.
---
 gdb/frame.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/gdb/frame.h b/gdb/frame.h
index f02addf..5e2400d 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -659,9 +659,6 @@ extern CORE_ADDR get_pc_function_start (CORE_ADDR);
 
 extern struct frame_info *find_relative_frame (struct frame_info *, int *);
 
-extern void show_and_print_stack_frame (struct frame_info *fi, int print_level,
-					enum print_what print_what);
-
 extern void print_stack_frame (struct frame_info *, int print_level,
 			       enum print_what print_what);
 

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

only message in thread, other threads:[~2013-08-30 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-30 15:38 [COMMIT PATCH] frame.h: Delete stale declaration Pedro Alves

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