summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-06-04 18:47:52 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2021-06-17 18:02:52 (GMT)
commit8f63f3b04ec36b8adc8bcdef38204cb073131229 (patch)
treed7332f18267ef958f8b2e69cf8cabc05e5a05a2a /Source/cmVisualStudio10TargetGenerator.cxx
parent11695f5985e9cbd7a5206908fe6d2ea7e77865e9 (diff)
downloadCMake-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.cxx2
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();