diff options
author | Brad King <brad.king@kitware.com> | 2015-10-12 14:26:13 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-12 14:26:13 (GMT) |
commit | f3fa7c6bc364a523ba7a437402603fd84c6c9e4b (patch) | |
tree | 5f9ab0e1fe99481bf868ad572f6d59c57ad867aa /Source/cmExtraCodeBlocksGenerator.cxx | |
parent | 5dba212f3adf8ffac297c283fff748691678887e (diff) | |
parent | 096f0988496d49c6c1f56f32863965dc65a077ab (diff) | |
download | CMake-f3fa7c6bc364a523ba7a437402603fd84c6c9e4b.zip CMake-f3fa7c6bc364a523ba7a437402603fd84c6c9e4b.tar.gz CMake-f3fa7c6bc364a523ba7a437402603fd84c6c9e4b.tar.bz2 |
Merge topic 'minor-cleanups'
096f0988 cmComputeLinkDepends: Remove unused typedef.
ee44be22 cmGeneratorTarget: Use local GetProperty method.
4f767afe cmMakefile: Remove unneeded container clears.
c72d276a C::B: Remove unused variables.
c99b6cef cmLocalGenerator: Devirtualize method.
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.cxx')
-rw-r--r-- | Source/cmExtraCodeBlocksGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx index 7915a6e..609764c 100644 --- a/Source/cmExtraCodeBlocksGenerator.cxx +++ b/Source/cmExtraCodeBlocksGenerator.cxx @@ -693,8 +693,6 @@ std::string cmExtraCodeBlocksGenerator::GetCBCompilerId(const cmMakefile* mf) compilerIdVar = "CMAKE_C_COMPILER_ID"; } - std::string hostSystemName = mf->GetSafeDefinition("CMAKE_HOST_SYSTEM_NAME"); - std::string systemName = mf->GetSafeDefinition("CMAKE_SYSTEM_NAME"); std::string compilerId = mf->GetSafeDefinition(compilerIdVar); std::string compiler = "gcc"; // default to gcc if (compilerId == "MSVC") |