diff options
| author | ruki <[email protected]> | 2022-08-06 00:50:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-06 00:50:07 +0800 |
| commit | 8ac03c2d83d6cf5b9509ab2d4e756998711886b8 (patch) | |
| tree | 63fede78f7e457a4cdc7e8a8131e64a6c23217de /xmake/rules/c++/modules/xmake.lua | |
| parent | 11c04bf269dba07285bbbc50dee6fa13cdc15f8d (diff) | |
remove unused import
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/modules/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua index 321ee5089..a4288034d 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -73,7 +73,6 @@ rule("c++.build.modules.builder") end import("modules_support.common") - import("modules_support.stl_headers") -- patch sourcebatch common.patch_sourcebatch(target, sourcebatch, opt) |
