summaryrefslogtreecommitdiff
path: root/xmake/core/base/json.lua
diff options
context:
space:
mode:
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")