Sebastien Barre 24 лет назад
Родитель
Сommit
802e2efd5d
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Source/cmBuildCommand.cxx

+ 0 - 1
Source/cmBuildCommand.cxx

@@ -58,7 +58,6 @@ bool cmBuildCommand::InitialPass(std::vector<std::string> const& args)
   std::string makecommand;
   std::string makeprogram = args[1];
   m_Makefile->ExpandVariablesInString(makeprogram);
-  std::string compiler = m_Makefile->GetDefinition("CMAKE_CXX_COMPILER");
   if(makeprogram.find("msdev") != std::string::npos ||
      makeprogram.find("MSDEV") != std::string::npos )
     {