1
0
Эх сурвалжийг харах

Xcode: Remove dead code

Variable 'ext' already checked for equality to "xib" so remove the
branch that will never be executed.
Ruslan Baratov 12 жил өмнө
parent
commit
d9f1f917c4

+ 0 - 4
Source/cmGlobalXCodeGenerator.cxx

@@ -778,10 +778,6 @@ GetSourcecodeValueFromFileExtension(const std::string& _ext,
     {
     {
     sourcecode += ".c.objc";
     sourcecode += ".c.objc";
     }
     }
-  else if(ext == "xib")
-    {
-    sourcecode += ".file.xib";
-    }
   else if(ext == "plist")
   else if(ext == "plist")
     {
     {
     sourcecode += ".text.plist";
     sourcecode += ".text.plist";