summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/base/json.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/base/json.lua b/xmake/core/base/json.lua
index b68751627..44fab0a9a 100644
--- a/xmake/core/base/json.lua
+++ b/xmake/core/base/json.lua
@@ -26,8 +26,6 @@ local io = require("base/io")
local os = require("base/os")
local utils = require("base/utils")
-cjson = nil
-
-- export null
if cjson then
json.null = cjson.null