Explorar o código

cmQtAutoGenInitializer: Remove no-op call

Orkun Tokdemir %!s(int64=2) %!d(string=hai) anos
pai
achega
0bf49d5579
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      Source/cmQtAutoGenInitializer.cxx

+ 0 - 3
Source/cmQtAutoGenInitializer.cxx

@@ -1584,8 +1584,6 @@ bool cmQtAutoGenInitializer::InitRccTargets()
     } else {
       // Create custom rcc command
       {
-        std::vector<std::string> ccByproducts;
-
         // Add the resource files to the dependencies
         for (std::string const& fileName : qrc.Resources) {
           // Add resource file to the custom command dependencies
@@ -1595,7 +1593,6 @@ bool cmQtAutoGenInitializer::InitRccTargets()
           ccDepends.push_back(this->Rcc.ExecutableTargetName);
         }
         cc->SetOutputs(ccOutput);
-        cc->SetByproducts(ccByproducts);
         cc->SetDepends(ccDepends);
         this->LocalGen->AddCustomCommandToOutput(std::move(cc));
       }