This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] Delete decl for show_frame_info


There isn't a corresponding function.

committed,
Andrew
2004-04-22  Andrew Cagney  <cagney@redhat.com>

	* frame.h (show_frame_info): Delete declaration.

Index: frame.h
===================================================================
RCS file: /cvs/src/src/gdb/frame.h,v
retrieving revision 1.126
diff -u -r1.126 frame.h
--- frame.h	21 Apr 2004 23:52:20 -0000	1.126
+++ frame.h	22 Apr 2004 18:17:53 -0000
@@ -563,8 +563,6 @@
 
 extern void print_frame_info (struct frame_info *, int, int, int);
 
-extern void show_frame_info (struct frame_info *, int, int, int);
-
 extern struct frame_info *block_innermost_frame (struct block *);
 
 /* NOTE: cagney/2002-09-13: There is no need for this function.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]