diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-01-06 00:15:47 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-01-08 21:25:18 (GMT) |
commit | b5813ceeb5b5f78351dd9f9c6af904db2f4451c9 (patch) | |
tree | de3180909c43fe53499910791dace2fca2aee6b7 /Source/cmInstallCommand.cxx | |
parent | 7ecbade8877522d9d565bcb2216f71426873f564 (diff) | |
download | CMake-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.cxx | 1 |
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) |