1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-14 06:12:38 +02:00

(unw_sysdep_search_unwind_table): Remove.

(Logical change 1.30)
This commit is contained in:
mostang.com!davidm 2002-12-12 09:17:41 +00:00
parent a84826659d
commit b29266f262

View file

@ -99,8 +99,4 @@ typedef ucontext_t unw_tdep_context_t;
#include "libunwind-common.h"
/* Platforms that support UNW_INFO_FORMAT_TABLE need to define this. */
#define unw_sysdep_search_unwind_table(a,b,c,d,e) \
_Uia64_search_unwind_table(a,b,c,d,e)
#endif /* LIBUNWIND_H */