summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-01-14 00:35:16 (GMT)
committerBrad King <brad.king@kitware.com>2006-01-14 00:35:16 (GMT)
commit079826d3670354e5331bbdc1c09f4e7376e16b54 (patch)
treeec053446c7e53370633352df5dbef4812f5c89c0 /Source/cmFileCommand.cxx
parent327489ae590087064cbff1f924b8a44c8e835557 (diff)
downloadCMake-079826d3670354e5331bbdc1c09f4e7376e16b54.zip
CMake-079826d3670354e5331bbdc1c09f4e7376e16b54.tar.gz
CMake-079826d3670354e5331bbdc1c09f4e7376e16b54.tar.bz2
COMP: Removed unused variables.
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r--Source/cmFileCommand.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx
index fee585f..e1214d2 100644
--- a/Source/cmFileCommand.cxx
+++ b/Source/cmFileCommand.cxx
@@ -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;