frame.h: Delete stale declaration.
authorPedro Alves <palves@redhat.com>
Fri, 30 Aug 2013 15:26:04 +0000 (15:26 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 30 Aug 2013 15:26:04 +0000 (15:26 +0000)
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/ChangeLog
gdb/frame.h

index a03e72ce8160fd1eb6594986598c0f3923a43314..a9a616fdf051ade03449151e46c19876cf2b1659 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-30  Pedro Alves  <palves@redhat.com>
+
+       * frame.h (show_and_print_stack_frame): Delete declaration.
+
 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
 
        PR python/15461
index f02addf4bbb640eb271a4bfd6db39e5adec94fff..5e2400da37476d540037d4c0e962d7ddaa709387 100644 (file)
@@ -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);