diff options
| author | ruki <[email protected]> | 2015-06-10 11:10:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-10 11:10:25 +0800 |
| commit | 177400e62e74d5ad3539573cfd3143cd19d3d30f (patch) | |
| tree | b6fa15adda822c3cb1d6b8c2967bb2c6690e572c /xmake/scripts/base/io.lua | |
| parent | 7a2f8c098db24b46c37ab0db79d6e511b1681a77 (diff) | |
add project menu
Diffstat (limited to 'xmake/scripts/base/io.lua')
| -rw-r--r-- | xmake/scripts/base/io.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/scripts/base/io.lua b/xmake/scripts/base/io.lua index 4a5a3b65a..db2164c04 100644 --- a/xmake/scripts/base/io.lua +++ b/xmake/scripts/base/io.lua @@ -29,9 +29,6 @@ local utils = require("base/utils") -- save object with the level function io._save_with_level(file, object, level) - -- check - assert(object) - -- save string if type(object) == "string" then file:write(string.format("%q", object)) |
