Переглянути джерело

COMP: removed unused variable temp

Alex
Alexander Neundorf 18 роки тому
батько
коміт
f1e02b2993
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      Source/cmLocalVisualStudio7Generator.cxx

+ 0 - 1
Source/cmLocalVisualStudio7Generator.cxx

@@ -1272,7 +1272,6 @@ WriteCustomRule(std::ostream& fout,
     else
       {
       // Write out the dependencies for the rule.
-      std::string temp;
       for(std::vector<std::string>::const_iterator d = depends.begin();
           d != depends.end(); ++d)
         {