* dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.

This commit is contained in:
Doug Evans 2010-09-08 17:52:50 +00:00
parent 27d3a3fc59
commit 1d040b0d09
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2010-09-08 Doug Evans <dje@google.com>
* dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
2010-09-08 Tom Tromey <tromey@redhat.com>
Revert:

View File

@ -114,10 +114,6 @@ void dwarf2_append_unwinders (struct gdbarch *gdbarch);
extern const struct frame_base *
dwarf2_frame_base_sniffer (struct frame_info *this_frame);
/* Register the DWARF CFI for OBJFILE. */
void dwarf2_frame_build_info (struct objfile *objfile);
/* Compute the DWARF CFA for a frame. */
CORE_ADDR dwarf2_frame_cfa (struct frame_info *this_frame);