Honour PRIVATE keyword
[deliverable/binutils-gdb.git] / gdb / frame-unwind.h
index 80ce4b6dd0d8e55cdccbeceb8d1cadb88ad9a115..8d17280fc9afa630293885479d324e299d9bb3ec 100644 (file)
@@ -30,12 +30,6 @@ struct regcache;
 
 #include "frame.h"             /* For enum frame_type.  */
 
-/* For compatibility with the old frame code.  See end of header for
-   new methods.  */
-typedef const struct frame_unwind *(frame_unwind_p_ftype) (CORE_ADDR pc);
-extern void frame_unwind_append_predicate (struct gdbarch *gdbarch,
-                                          frame_unwind_p_ftype *p);
-
 /* The following unwind functions assume a chain of frames forming the
    sequence: (outer) prev <-> this <-> next (inner).  All the
    functions are called with called with the next frame's `struct
This page took 0.023471 seconds and 4 git commands to generate.