From 56583f742da88091b9916fa91034f83e2aa67438 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Sun, 26 Oct 2025 17:00:12 +0100 Subject: nfc(swift) cache cpp langflags --- xmake/core/tool/compiler.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'xmake/core/tool/compiler.lua') 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 -- cgit v1.3.1