Browse Source

cmGlobalXCodeGenerator: Remove unused local variable settings

Brad King 3 years ago
parent
commit
6883b82124
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Source/cmGlobalXCodeGenerator.cxx

+ 0 - 4
Source/cmGlobalXCodeGenerator.cxx

@@ -2540,10 +2540,6 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmGeneratorTarget* gtgt,
     buildSettings->AddAttribute("EXECUTABLE_SUFFIX",
                                 this->CreateString(pnsuffix));
   } else if (gtgt->GetType() == cmStateEnums::OBJECT_LIBRARY) {
-    pnprefix = "lib";
-    pnbase = gtgt->GetName();
-    pnsuffix = ".a";
-
     std::string pncdir = this->GetObjectsDirectory(
       this->CurrentProject, configName, gtgt, OBJECT_LIBRARY_ARTIFACT_DIR);
     buildSettings->AddAttribute("CONFIGURATION_BUILD_DIR",