summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/project/project.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 76f70db40..ea70777de 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -323,16 +323,6 @@ function project._interpreter()
-- map it
result = maps[variable]
-
- -- deprecated for "$(OS)"
- if result == nil and variable == "OS" then
-
- -- get os:upper()
- result = platform.os():upper()
-
- -- deprecated
- deprecated.add("$(\"OS\")", "$(\"os:upper\")")
- end
end
-- ok?