summaryrefslogtreecommitdiff
path: root/xmake/core/base/json.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-19 23:45:16 +0800
committerruki <[email protected]>2023-01-19 23:45:16 +0800
commited38818a56f40b2fbd51ea10957c1cd6ed0ced41 (patch)
treed9280d1e9e3e2f171559607a9458a7c9ace17a73 /xmake/core/base/json.lua
parentb653884db6a9403f3ec8306f49420c5c4f1c660c (diff)
enable cjson
Diffstat (limited to 'xmake/core/base/json.lua')
-rw-r--r--xmake/core/base/json.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/base/json.lua b/xmake/core/base/json.lua
index b99c6eb46..4c619e69a 100644
--- a/xmake/core/base/json.lua
+++ b/xmake/core/base/json.lua
@@ -20,7 +20,6 @@
-- define module: json
local json = json or {}
-cjson = nil -- TODO disable it for testing
-- load modules
local io = require("base/io")