summaryrefslogtreecommitdiff
path: root/xmake/core
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2025-10-26 17:00:12 +0100
committerArthur LAURENT <[email protected]>2025-10-26 17:23:35 +0100
commit56583f742da88091b9916fa91034f83e2aa67438 (patch)
treef0f63b36aac14902028e22319fa8da53dfb9841a /xmake/core
parentf0c987ee98d91da8f3a7d507a979a7f26b8b903c (diff)
nfc(swift) cache cpp langflags
Diffstat (limited to 'xmake/core')
-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