summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-06 00:15:47 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-01-08 21:25:18 (GMT)
commitb5813ceeb5b5f78351dd9f9c6af904db2f4451c9 (patch)
treede3180909c43fe53499910791dace2fca2aee6b7 /Source/cmInstallCommand.cxx
parent7ecbade8877522d9d565bcb2216f71426873f564 (diff)
downloadCMake-b5813ceeb5b5f78351dd9f9c6af904db2f4451c9.zip
CMake-b5813ceeb5b5f78351dd9f9c6af904db2f4451c9.tar.gz
CMake-b5813ceeb5b5f78351dd9f9c6af904db2f4451c9.tar.bz2
cmInstallCommand: Remove unused variable.
Diffstat (limited to 'Source/cmInstallCommand.cxx')
-rw-r--r--Source/cmInstallCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx
index c3c9c55..12bb867 100644
--- a/Source/cmInstallCommand.cxx
+++ b/Source/cmInstallCommand.cxx
@@ -780,7 +780,6 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<std::string> const& args)
std::vector<std::string> dirs = includesArgs.GetIncludeDirs();
if(!dirs.empty())
{
- std::string dirString;
const char *sep = "";
for (std::vector<std::string>::const_iterator it = dirs.begin();
it != dirs.end(); ++it)