diff options
author | Doug Evans <dje@google.com> | 2010-09-08 17:52:50 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-09-08 17:52:50 +0000 |
commit | 1d040b0d09f58eb784667e444aef4c6c1517ec14 (patch) | |
tree | ad66fa5a9075387c3f275d6405f3e2eb0cc18ad7 /gdb/dwarf2-frame.h | |
parent | 27d3a3fc5909b7545a5014d77dcc5366f3b080df (diff) | |
download | gdb-1d040b0d09f58eb784667e444aef4c6c1517ec14.zip gdb-1d040b0d09f58eb784667e444aef4c6c1517ec14.tar.gz gdb-1d040b0d09f58eb784667e444aef4c6c1517ec14.tar.bz2 |
* dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
Diffstat (limited to 'gdb/dwarf2-frame.h')
-rw-r--r-- | gdb/dwarf2-frame.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/dwarf2-frame.h b/gdb/dwarf2-frame.h index 2496f05..b84da78 100644 --- a/gdb/dwarf2-frame.h +++ b/gdb/dwarf2-frame.h @@ -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); |