util/assert: remove __builtin_unreachable() after assert trap
This commit is contained in:
parent
d84a94d2f8
commit
2b21ee0e3f
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ void _ts_assert_fail(
|
|||
if(UNLIKELY(!(cond))) { \
|
||||
_ts_assert_fail(#cond, msg, __func__, _TAISEI_SRC_FILE, __LINE__, uselog); \
|
||||
TRAP(); \
|
||||
__builtin_unreachable(); \
|
||||
} \
|
||||
})
|
||||
#define _assume(cond, msg, uselog) _assert(cond, msg, uselog)
|
||||
|
|
Loading…
Reference in a new issue