diff options
| author | ruki <[email protected]> | 2021-04-13 23:06:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-04-13 23:06:21 +0800 |
| commit | 18c650dda66ba0b4770308cebb7d53aede9b241c (patch) | |
| tree | 9c2e146a59633fa0fa3ac4151377107faead4ef6 /core/src | |
| parent | 84b64c4ecffe6ed4a498efa8116271ecba78e52d (diff) | |
save and restore envs for scheduler
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/os/setenv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/xmake/os/setenv.c b/core/src/xmake/os/setenv.c index 8240c872b..82a5fd48c 100644 --- a/core/src/xmake/os/setenv.c +++ b/core/src/xmake/os/setenv.c @@ -47,7 +47,5 @@ tb_int_t xm_os_setenv(lua_State* lua) // set it lua_pushboolean(lua, value? tb_environment_set(name, value) : tb_false); - - // ok return 1; } |
