diff options
| author | ruki <[email protected]> | 2024-07-02 23:43:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-02 23:43:40 +0800 |
| commit | c11d1ace385dee895b7c4a5434d62f909a129ee4 (patch) | |
| tree | f63ca7a1bbc4aebfc8d4f13601dca217f0bd25b4 | |
| parent | a8bf62a7022a9bdcbed2e0c3a03abe37153962de (diff) | |
revert test code
| -rw-r--r-- | xmake/core/base/json.lua | 2 |
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 |
