mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
COMP: Removed unused variables.
This commit is contained in:
@@ -291,16 +291,10 @@ bool cmFileCommand::HandleInstallCommand(
|
||||
const char* destdir = cmSystemTools::GetEnv("DESTDIR");
|
||||
|
||||
std::string extra_dir = "";
|
||||
int debug = 0;
|
||||
if ( build_type )
|
||||
{
|
||||
extra_dir = build_type;
|
||||
std::string btype = cmSystemTools::LowerCase(build_type);
|
||||
if ( m_Makefile->GetDefinition("WIN32")
|
||||
&& strncmp(btype.c_str(), "debug", strlen("debug")) == 0 )
|
||||
{
|
||||
debug = 1;
|
||||
}
|
||||
}
|
||||
|
||||
std::vector<std::string> files;
|
||||
|
||||
Reference in New Issue
Block a user