From d9f1f917c46c8faa4ac02f496d20487882e7f010 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Thu, 16 Jan 2014 21:57:58 +0400 Subject: Xcode: Remove dead code Variable 'ext' already checked for equality to "xib" so remove the branch that will never be executed. --- Source/cmGlobalXCodeGenerator.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index f7a42fc..82466c9 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/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"; -- cgit v0.12