Browse Source

Xcode: Remove dead code

Variable 'ext' already checked for equality to "xib" so remove the
branch that will never be executed.
Ruslan Baratov 12 years ago
parent
commit
d9f1f917c4
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Source/cmGlobalXCodeGenerator.cxx

+ 0 - 4
Source/cmGlobalXCodeGenerator.cxx

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