From 802e2efd5d912de0fc7da18d5f13d5f2a2405dd2 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 18 Jan 2002 11:36:27 -0500 Subject: [PATCH] no message --- Source/cmBuildCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmBuildCommand.cxx b/Source/cmBuildCommand.cxx index b7cee82dc..0ebb0cd80 100644 --- a/Source/cmBuildCommand.cxx +++ b/Source/cmBuildCommand.cxx @@ -58,7 +58,6 @@ bool cmBuildCommand::InitialPass(std::vector 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 ) {