Skip to content

Commit

Permalink
remove duplicate assume check
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Feb 24, 2025
1 parent 59f1f04 commit 40943c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion function_array_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ struct Detail::LuaFunction<COUNTER - Detail::COUNTER_OFFSET> { \
TAG_STRUCT(COUNTER) \
static int32_t call(lua_State* L) { \
auto ret = MAKE_LUA_NAME(LUA_MODULE,name)(L, lua_get<duel*>(L)); \
Assume(!ret.valueless_by_exception()); \
PERFORM_VISIT(ret); \
} \
static constexpr luaL_Reg elem{#name, call}; \
Expand Down

0 comments on commit 40943c8

Please sign in to comment.