summaryrefslogtreecommitdiff
path: root/xmake/core/platform/platform.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-16 21:28:07 +0800
committerruki <[email protected]>2020-05-16 21:28:07 +0800
commited247a74689d45a4cf9a8a8e4aee64dba741df43 (patch)
tree282633f6972f7ed20951805e4971619571e86aac /xmake/core/platform/platform.lua
parentd021df166bfd45c2d18ae6fa39cd685006491d01 (diff)
check tool for toolchain
Diffstat (limited to 'xmake/core/platform/platform.lua')
-rw-r--r--xmake/core/platform/platform.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/platform/platform.lua b/xmake/core/platform/platform.lua
index 9a3aff93a..51cbcf33f 100644
--- a/xmake/core/platform/platform.lua
+++ b/xmake/core/platform/platform.lua
@@ -32,7 +32,6 @@ local toolchain = require("tool/toolchain")
local sandbox = require("sandbox/sandbox")
local config = require("project/config")
local global = require("base/global")
-local sandbox_module = require("sandbox/modules/import/core/sandbox/module")
-- new an instance
function _instance.new(name, info, rootdir)