diff options
| author | Jérôme Leclercq <[email protected]> | 2021-12-12 14:45:05 +0100 |
|---|---|---|
| committer | Jérôme Leclercq <[email protected]> | 2021-12-12 14:45:05 +0100 |
| commit | 89a488735ab235ee856bb61f5821f429013d6c2e (patch) | |
| tree | e267258e915d3c23b6963d6e4ba1fa361a88e00f | |
| parent | f3b110572f3720905fc3ee97362d6055f5f29d78 (diff) | |
Update vs201x_vcxproj.lua
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua index 98f49c098..154e0763b 100644 --- a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua +++ b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua @@ -550,7 +550,6 @@ function _make_common_items(vcxprojfile, vsinfo, target, vcxprojdir) -- no common flags for asm if sourcekind ~= "as" then - local foundDebug = false for _, flag in ipairs(flags) do flags_stats[flag] = (flags_stats[flag] or 0) + 1 end |
