diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2021-06-04 18:47:52 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2021-06-17 18:02:52 (GMT) |
commit | 8f63f3b04ec36b8adc8bcdef38204cb073131229 (patch) | |
tree | d7332f18267ef958f8b2e69cf8cabc05e5a05a2a /Source/cmVisualStudio10TargetGenerator.cxx | |
parent | 11695f5985e9cbd7a5206908fe6d2ea7e77865e9 (diff) | |
download | CMake-8f63f3b04ec36b8adc8bcdef38204cb073131229.zip CMake-8f63f3b04ec36b8adc8bcdef38204cb073131229.tar.gz CMake-8f63f3b04ec36b8adc8bcdef38204cb073131229.tar.bz2 |
cmVisualStudio10TargetGenerator: remove unused variable
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.cxx')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx index b79c6fd..822abb3 100644 --- a/Source/cmVisualStudio10TargetGenerator.cxx +++ b/Source/cmVisualStudio10TargetGenerator.cxx @@ -3543,8 +3543,6 @@ void cmVisualStudio10TargetGenerator::WriteNasmOptions( } Elem e2(e1, "NASM"); - std::vector<std::string> includes = - this->GetIncludes(configName, "ASM_NASM"); OptionsHelper nasmOptions(*(this->NasmOptions[configName]), e2); nasmOptions.OutputAdditionalIncludeDirectories("ASM_NASM"); nasmOptions.OutputFlagMap(); |