diff options
Diffstat (limited to 'core/src/xmake/process/open.c')
| -rw-r--r-- | core/src/xmake/process/open.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/src/xmake/process/open.c b/core/src/xmake/process/open.c index 7a65c8d31..fad3e8fec 100644 --- a/core/src/xmake/process/open.c +++ b/core/src/xmake/process/open.c @@ -109,12 +109,6 @@ tb_int_t xm_process_open(lua_State* lua) } lua_pop(lua, 1); } - else - { - // @deprecated compatible with process.open(cmd, outpath, errpath) - outpath = lua_tostring(lua, 2); - errpath = lua_tostring(lua, 3); - } // set the new environments if (envn > 0) attr.envp = envs; |
