summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-02 23:43:40 +0800
committerruki <[email protected]>2024-07-02 23:43:40 +0800
commitc11d1ace385dee895b7c4a5434d62f909a129ee4 (patch)
treef63ca7a1bbc4aebfc8d4f13601dca217f0bd25b4
parenta8bf62a7022a9bdcbed2e0c3a03abe37153962de (diff)
revert test code
-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