diff options
| author | ruki <[email protected]> | 2023-07-08 00:56:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-07-08 00:56:18 +0800 |
| commit | 97a18a69740f5b464d2bb8649c65d5ac7cf3a815 (patch) | |
| tree | f8fa6f6dafb2367081cebe9db6fe4537f2bc81ac /xmake/rules/c++/modules/modules_support/gcc.lua | |
| parent | 37027172b64368c13b1498a1a9b1ce1940831cce (diff) | |
remove unused line
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/gcc.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/gcc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/gcc.lua b/xmake/rules/c++/modules/modules_support/gcc.lua index a5452601a..00a63bb03 100644 --- a/xmake/rules/c++/modules/modules_support/gcc.lua +++ b/xmake/rules/c++/modules/modules_support/gcc.lua @@ -45,7 +45,6 @@ end -- hello build/.gens/stl_headerunit/linux/x86_64/release/rules/modules/cache/hello.gcm -- function _add_module_to_mapper(file, modulepath, bmi) --- modulepath = path.normalize(modulepath) for line in io.lines(file) do if line:startswith(modulepath .. " ") then return false |
