aboutsummaryrefslogtreecommitdiff
path: root/gdb/libunwind-frame.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-03-04 19:22:47 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-03-04 19:22:47 +0000
commit6597b100b5034a27219b7c5823af25747f4d27f5 (patch)
tree9635896ebbd336a478703dc42619e7c75fa1d21c /gdb/libunwind-frame.h
parent87399aa1a1688f8aa38db480e12c65f616f81d89 (diff)
downloadgdb-6597b100b5034a27219b7c5823af25747f4d27f5.zip
gdb-6597b100b5034a27219b7c5823af25747f4d27f5.tar.gz
gdb-6597b100b5034a27219b7c5823af25747f4d27f5.tar.bz2
gdb/
Removed unused code. * libunwind-frame.c (libunwind_frame_unwind) (libunwind_frame_base_address): Remove. * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
Diffstat (limited to 'gdb/libunwind-frame.h')
-rw-r--r--gdb/libunwind-frame.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/libunwind-frame.h b/gdb/libunwind-frame.h
index ef98177..a6b3c34 100644
--- a/gdb/libunwind-frame.h
+++ b/gdb/libunwind-frame.h
@@ -60,8 +60,6 @@ void libunwind_frame_this_id (struct frame_info *this_frame, void **this_cache,
struct value *libunwind_frame_prev_register (struct frame_info *this_frame,
void **this_cache, int regnum);
void libunwind_frame_dealloc_cache (struct frame_info *self, void *cache);
-CORE_ADDR libunwind_frame_base_address (struct frame_info *this_frame,
- void **this_cache);
int libunwind_is_initialized (void);