From c11d1ace385dee895b7c4a5434d62f909a129ee4 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 2 Jul 2024 23:43:40 +0800 Subject: revert test code --- xmake/core/base/json.lua | 2 -- 1 file changed, 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 -- cgit v1.3.1