summaryrefslogtreecommitdiff
path: root/src/elfxx.h
diff options
context:
space:
mode:
authorMasatake YAMATO <yamato@redhat.com>2013-09-22 02:50:38 +0900
committerArun Sharma <arun@sharma-home.net>2013-09-25 07:39:16 -0700
commit2c3444d0f4821b159d60290c514a8aeba8d9061f (patch)
tree2c2b3f4d4e9ec6249e3a9904d16a6974ebbf9680 /src/elfxx.h
parentdee708f4bc9aa169bd96e97c5e5ac851a10c7868 (diff)
downloadlibunwind-2c3444d0f4821b159d60290c514a8aeba8d9061f.tar.gz
Remove one of duplicated declarations of `get_proc_name'
Declarations of `get_proc_name' of is duplicated. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Diffstat (limited to 'src/elfxx.h')
-rw-r--r--src/elfxx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/elfxx.h b/src/elfxx.h
index f3917eeb..dd1e346a 100644
--- a/src/elfxx.h
+++ b/src/elfxx.h
@@ -54,11 +54,6 @@ extern int elf_w (get_proc_name_in_image) (unw_addr_space_t as,
unw_word_t ip,
char *buf, size_t buf_len, unw_word_t *offp);
-extern int elf_w (get_proc_name) (unw_addr_space_t as,
- pid_t pid, unw_word_t ip,
- char *buf, size_t len,
- unw_word_t *offp);
-
static inline int
elf_w (valid_object) (struct elf_image *ei)
{