diff options
-rw-r--r-- | src/lj_err.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_err.c b/src/lj_err.c index 01b86d11..a847ca07 100644 --- a/src/lj_err.c +++ b/src/lj_err.c | |||
@@ -310,7 +310,6 @@ static void err_raise_ext(int errcode) | |||
310 | #define _US_FORCE_UNWIND 8 | 310 | #define _US_FORCE_UNWIND 8 |
311 | 311 | ||
312 | typedef struct _Unwind_Control_Block _Unwind_Control_Block; | 312 | typedef struct _Unwind_Control_Block _Unwind_Control_Block; |
313 | typedef struct _Unwind_Context _Unwind_Context; | ||
314 | 313 | ||
315 | struct _Unwind_Control_Block { | 314 | struct _Unwind_Control_Block { |
316 | uint64_t exclass; | 315 | uint64_t exclass; |