Jelajahi Sumber

cmInstallCommand: Remove unused variable.

Stephen Kelly 10 tahun lalu
induk
melakukan
b5813ceeb5
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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)