diff options
| author | ruki <[email protected]> | 2020-05-15 00:20:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-14 20:04:19 +0800 |
| commit | 6dc2e03e738d3bd302cb7b33f47a7f2ce770f8f6 (patch) | |
| tree | d1d505c925d66901d3c12520e6fd2792c942fc67 /core/src | |
| parent | 82fe3d23b2ee9199a540326d8382fea212b23cfa (diff) | |
fix deps
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/os/mtime.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/xmake/os/mtime.c b/core/src/xmake/os/mtime.c index 1d79c9c74..24ac9e4d8 100644 --- a/core/src/xmake/os/mtime.c +++ b/core/src/xmake/os/mtime.c @@ -47,7 +47,5 @@ tb_int_t xm_os_mtime(lua_State* lua) if (tb_file_info(path, &info)) lua_pushinteger(lua, (lua_Integer)info.mtime); else lua_pushinteger(lua, 0); - - // ok return 1; } |
