Browse Source

cmInstallCommand: Remove unused variable.

Stephen Kelly 10 years ago
parent
commit
b5813ceeb5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmInstallCommand.cxx

+ 0 - 1
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)