diff options
| author | ruki <[email protected]> | 2019-10-12 23:06:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-12 23:06:48 +0800 |
| commit | 938be7f39197d2f202fe3342e82d9d31c3264b53 (patch) | |
| tree | 088215082dc0a89902ba7ff7c97eecaf4f945278 /xmake/core/sandbox/modules/io.lua | |
| parent | 3dcbba4360d7a7ab7082117711566a5bfc6857dc (diff) | |
seperate io submodules
Diffstat (limited to 'xmake/core/sandbox/modules/io.lua')
| -rw-r--r-- | xmake/core/sandbox/modules/io.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/core/sandbox/modules/io.lua b/xmake/core/sandbox/modules/io.lua index ab2fc71f1..d6603e575 100644 --- a/xmake/core/sandbox/modules/io.lua +++ b/xmake/core/sandbox/modules/io.lua @@ -30,9 +30,6 @@ local sandbox_io = sandbox_io or {} local sandbox_io_file = sandbox_io_file or {} local sandbox_io_filelock = sandbox_io_filelock or {} local sandbox_io_socket = sandbox_io_socket or {} -sandbox_io._file = sandbox_io._file or io._file -sandbox_io._filelock = sandbox_io._filelock or io._filelock -sandbox_io._socket = sandbox_io._socket or io._socket sandbox_io.lines = io.lines -- get file size |
