summaryrefslogtreecommitdiff
path: root/xmake/core/tool/compiler.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/tool/compiler.lua')
-rw-r--r--xmake/core/tool/compiler.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/core/tool/compiler.lua b/xmake/core/tool/compiler.lua
index 5c974edb3..ff8ce6a5d 100644
--- a/xmake/core/tool/compiler.lua
+++ b/xmake/core/tool/compiler.lua
@@ -363,12 +363,5 @@ function compiler:compflags(opt)
return self:_preprocess_flags(flags)
end
--- get the tool language flags
---
--- @return flags list
-function compiler:languageflags(lang)
- return self:_tool():nf_language(lang)
-end
-
-- return module
return compiler