diff options
| author | ruki <[email protected]> | 2019-08-16 22:38:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-16 17:49:18 +0800 |
| commit | 7bf7eabafb4c7f4bc36bd3964a914358cd7bb46c (patch) | |
| tree | 95ab3093f5363a3715b6456a48302329ad47f819 /core/src/xmake/process/open.c | |
| parent | 524b4d10954233517fd25374b36c3e4080b29113 (diff) | |
improve process.openv
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; |
