From 39189e3a1bd2979b7b454547b03e5926a8027431 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 9 Nov 2025 19:54:35 +0800 Subject: remove unused comments --- core/src/xmake/string/split.c | 1 - 1 file changed, 1 deletion(-) (limited to 'core/src/xmake/string/split.c') diff --git a/core/src/xmake/string/split.c b/core/src/xmake/string/split.c index be2904f99..56e8a636d 100644 --- a/core/src/xmake/string/split.c +++ b/core/src/xmake/string/split.c @@ -101,7 +101,6 @@ static tb_void_t xm_string_split_chr( * @param limit the limit count */ tb_int_t xm_string_split(lua_State *lua) { - // check tb_assert_and_check_return_val(lua, 0); // get string -- cgit v1.3.1