summaryrefslogtreecommitdiff
path: root/core/src/xmake/process/openv.c
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-09 19:54:35 +0800
committerruki <[email protected]>2025-11-09 19:54:35 +0800
commit39189e3a1bd2979b7b454547b03e5926a8027431 (patch)
tree79548f9fafae56213fa8feb14b35d79f29f01c16 /core/src/xmake/process/openv.c
parent91f6ed08fe32e36d555129efa4afdd82113f0eb4 (diff)
remove unused comments
Diffstat (limited to 'core/src/xmake/process/openv.c')
-rw-r--r--core/src/xmake/process/openv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/xmake/process/openv.c b/core/src/xmake/process/openv.c
index e605822b1..99a6133d0 100644
--- a/core/src/xmake/process/openv.c
+++ b/core/src/xmake/process/openv.c
@@ -46,7 +46,6 @@
* envs = {"PATH=xxx", "XXX=yyy"}})
*/
tb_int_t xm_process_openv(lua_State *lua) {
- // check
tb_assert_and_check_return_val(lua, 0);
// check argv
@@ -323,6 +322,5 @@ tb_int_t xm_process_openv(lua_State *lua) {
tb_free(argv);
argv = tb_null;
- // ok
return 1;
}