From 2c3444d0f4821b159d60290c514a8aeba8d9061f Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sun, 22 Sep 2013 02:50:38 +0900 Subject: [PATCH] Remove one of duplicated declarations of `get_proc_name' Declarations of `get_proc_name' of is duplicated. Signed-off-by: Masatake YAMATO --- src/elfxx.h | 5 ----- 1 file changed, 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) {