mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
(unw_sysdep_search_unwind_table): Remove.
(Logical change 1.30)
This commit is contained in:
parent
a84826659d
commit
b29266f262
1 changed files with 0 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue