summaryrefslogtreecommitdiff
path: root/xmake/core/tool/toolchain.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-22 00:49:25 +0800
committerruki <[email protected]>2020-12-22 00:49:25 +0800
commitcd8b5cba53d9abba2852d1152b1bd51ed865685f (patch)
tree95acff80b9685b84497d01968dc0d704f2bdb70d /xmake/core/tool/toolchain.lua
parenta0b13369ce0d586993f09a072aadd20690bb9b92 (diff)
remove configcache
Diffstat (limited to 'xmake/core/tool/toolchain.lua')
-rw-r--r--xmake/core/tool/toolchain.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua
index 872d63512..78caadc12 100644
--- a/xmake/core/tool/toolchain.lua
+++ b/xmake/core/tool/toolchain.lua
@@ -410,8 +410,6 @@ function toolchain._interpreter()
-- save interpreter
toolchain._INTERPRETER = interp
-
- -- ok?
return interp
end