1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-10 08:35:16 +02:00

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>
This commit is contained in:
Masatake YAMATO 2013-09-22 02:50:38 +09:00 committed by Arun Sharma
parent dee708f4bc
commit 2c3444d0f4

View file

@ -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)
{